You can use *ngForTrackBy for this: @Component({ selector: 'my-app', template: ` <div *ngFor="let cell of CellData; let parentIndex = index"> <input ...
確定! 回上一頁