Angular and Angular Material 6 compatibility (wip)

This commit is contained in:
Sercan Yemen
2018-05-05 19:54:52 +03:00
parent 3401a67959
commit 5fd146b8da
61 changed files with 211 additions and 193 deletions

View File

@@ -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>