0
0
llucycodes42
The trackBy function uses the id property of the name model to find the corresponding track.
Library: angular
Shortcut: a_trackby
trackBy(index: number, name: model): number {
return name.id;
}
0
0
llucycodes42
The trackBy function uses the id property of the name model to find the corresponding track.
Library: angular
Shortcut: a_trackby
trackBy(index: number, name: model): number {
return name.id;
}