Daftar Tag Bahan Angular

<mat-chip-list class="tags">
  <mat-chip class="tag-name" *ngFor="let tag of project.tags">
    {{ tag.name }}
  </mat-chip>
</mat-chip-list>
Himanshu Jangid