Created
January 5, 2021 05:08
-
-
Save thisiszoaib/e1a2059ef08f94feeb4f420949fb9fdd to your computer and use it in GitHub Desktop.
Chips 4
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 #c="matChip" *ngFor="let option of options" [value]="option"> | |
<mat-icon *ngIf="c.selected">check</mat-icon> | |
{{option}} | |
</mat-chip> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment