Angular 点击编辑芯片列表

Angular 点击编辑芯片列表,angular,Angular,我用的是角度6。我想点击后可以编辑垫子芯片列表。有没有任何方法可以使用角材料6编辑芯片列表 <mat-chip *ngFor="let item of emailForm.get('users')['controls']; let i=index;" [selectable]="selectable" [removable]="removable" (removed)="remove(i, 'email', emailForm)" [formGroupName]="i"

我用的是角度6。我想点击后可以编辑垫子芯片列表。有没有任何方法可以使用角材料6编辑芯片列表

 <mat-chip *ngFor="let item of emailForm.get('users')['controls']; let i=index;" [selectable]="selectable" [removable]="removable" 
    (removed)="remove(i, 'email', emailForm)" [formGroupName]="i"
    color="primary" matTooltip="{{item.value}}" 
    matTooltipClass="add-to-team" 
     (click)="onChipClick(i, emailForm)">