Skip to content

Commit dea5270

Browse files
committed
change class name in custom template CSS
1 parent 1ab6be2 commit dea5270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/demos/doc-demos/custom-template/custom-template.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[options]="options"
44
[propertyMap]="{ img: 'flag' }">
55
<ng-template let-option="option">
6-
<style> .test { display: flex;align-items:center; } </style>
6+
<style> .custom-option { display: flex;align-items:center; } </style>
77
<div class="custom-option">
88
<img [src]="option.img" width="40px" height="40px" [attr.alt]="option.name" />
99
{{ option.name }}

0 commit comments

Comments
 (0)