IterableDifferFactory
Provides a factory for IterableDiffer
.
interface IterableDifferFactory {
supports(objects: any): boolean
create<V>(trackByFn?: TrackByFunction<V>): IterableDiffer<V>
}
Methods
supports() |
---|
create() | |||
---|---|---|---|
Parameters
Returns |