Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created January 5, 2021 05:08
Show Gist options
  • Save thisiszoaib/e1a2059ef08f94feeb4f420949fb9fdd to your computer and use it in GitHub Desktop.
Save thisiszoaib/e1a2059ef08f94feeb4f420949fb9fdd to your computer and use it in GitHub Desktop.
Chips 4
<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