Advertisement
xapu

Untitled

Jan 3rd, 2019
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <mat-chip-list class="chip-list">
  2.                     <mat-chip [removable]="'true'"
  3.                               (removed)="removeChip()">
  4.                         <span class="chip-text">{{getSelectedFilters()}}</span>
  5.                         <mat-icon (click)="removeChip()">cancel</mat-icon>
  6.                     </mat-chip>
  7. </mat-chip-list>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement