feat(ngFor): add custom trackBy function support
Make it possible to track items in iterables in custom ways (e.g. by ID or index), rather than simply by identity. Closes #6779
This commit is contained in:
@ -290,6 +290,7 @@ var NG_COMMON = [
|
||||
'NgFor.ngDoCheck()',
|
||||
'NgFor.ngForOf=',
|
||||
'NgFor.ngForTemplate=',
|
||||
'NgFor.ngForTrackBy=',
|
||||
'NgForm',
|
||||
'NgForm.addControl()',
|
||||
'NgForm.addControlGroup()',
|
||||
|
Reference in New Issue
Block a user