Created
January 5, 2021 05:07
-
-
Save thisiszoaib/439d3e6094ecf160d8b3f337f410582f to your computer and use it in GitHub Desktop.
Chips 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mat-chip-list selectable multiple> | |
<mat-chip #c="matChip" *ngFor="let option of options" [value]="option" (click)="toggleSelection(c)"> | |
{{option}} | |
</mat-chip> | |
</mat-chip-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment