Skip to content

Instantly share code, notes, and snippets.

@thisiszoaib
Created January 5, 2021 05:06
Show Gist options
  • Select an option

  • Save thisiszoaib/3763c6c5f0592a009b66d00572125abb to your computer and use it in GitHub Desktop.

Select an option

Save thisiszoaib/3763c6c5f0592a009b66d00572125abb to your computer and use it in GitHub Desktop.
Chips 1
<mat-chip-list>
<mat-chip *ngFor="let option of options" [value]="option">
{{option}}
</mat-chip>
</mat-chip-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment