IterableDifferFactory • Angular
interface
stable
Provides a factory for IterableDiffer.
API
interface IterableDifferFactory { supports(objects: any): boolean; create<V>(trackByFn?: TrackByFunction<V> | undefined): IterableDiffer<V>;}
supports
boolean@paramobjectsany
@returnsboolean
create
IterableDiffer<V>@paramtrackByFnTrackByFunction<V> | undefined
@returnsIterableDiffer<V>