// the component template // <div *ngFor=”let item of list; trackBy: trackByFunction> trackByFunction(id: number, item: any) { return item.id }