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