mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-08 05:38:42 +00:00
Angular and Angular Material 6 compatibility (wip)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*ngFor="let fruit of fruits"
|
||||
[selectable]="selectable"
|
||||
[removable]="removable"
|
||||
(remove)="remove(fruit)">
|
||||
(removed)="remove(fruit)">
|
||||
{{fruit.name}}
|
||||
<mat-icon matChipRemove *ngIf="removable">cancel</mat-icon>
|
||||
</mat-chip>
|
||||
|
||||
Reference in New Issue
Block a user