We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab6be2 commit dea5270Copy full SHA for dea5270
src/app/demos/doc-demos/custom-template/custom-template.component.html
@@ -3,7 +3,7 @@
3
[options]="options"
4
[propertyMap]="{ img: 'flag' }">
5
<ng-template let-option="option">
6
- <style> .test { display: flex;align-items:center; } </style>
+ <style> .custom-option { display: flex;align-items:center; } </style>
7
<div class="custom-option">
8
<img [src]="option.img" width="40px" height="40px" [attr.alt]="option.name" />
9
{{ option.name }}
0 commit comments