Skip to content

Instantly share code, notes, and snippets.

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