Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

angular material tags list

<mat-chip-list class="tags">
  <mat-chip class="tag-name" *ngFor="let tag of project.tags">
    {{ tag.name }}
  </mat-chip>
</mat-chip-list>
 
PREVIOUS NEXT
Tagged: #angular #material #tags #list
ADD COMMENT
Topic
Name
5+7 =