penambahan list icon
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<ng-select
|
||||
[items]="icons"
|
||||
bindLabel="name"
|
||||
(change)="onSelect($event)"
|
||||
bindValue="icon"
|
||||
placeholder="Select an icon"
|
||||
>
|
||||
<ng-template ng-option-tmp let-item="item">
|
||||
<i [ngClass]="item.icon"></i> {{ item.name }}
|
||||
</ng-template>
|
||||
</ng-select>
|
||||
Reference in New Issue
Block a user