IterableDifferFactory
Provides a factory for IterableDiffer
.
interface IterableDifferFactory {
supports(objects: any): boolean
create<V>(trackByFn?: TrackByFunction<V>): IterableDiffer<V>
}
方法
参数
返回值 |
Provides a factory for IterableDiffer
.
interface IterableDifferFactory {
supports(objects: any): boolean
create<V>(trackByFn?: TrackByFunction<V>): IterableDiffer<V>
}
参数
返回值 |