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:
@ -20,5 +20,6 @@ export {
|
||||
IterableDifferFactory,
|
||||
KeyValueDiffers,
|
||||
KeyValueDiffer,
|
||||
KeyValueDifferFactory
|
||||
KeyValueDifferFactory,
|
||||
TrackByFn
|
||||
} from './change_detection/change_detection';
|
||||
|
Reference in New Issue
Block a user