IterableDifferFactory
interface
Provides a factory for IterableDiffer
.
API
interface IterableDifferFactory { create(trackByFn?: TrackByFunction<V>): IterableDiffer<V>;}}
Jump to details
Provides a factory for IterableDiffer
.
interface IterableDifferFactory { create(trackByFn?: TrackByFunction<V>): IterableDiffer<V>;}}