interface
Provides a factory for IterableDiffer
.
interface IterableDifferFactory { supports(objects: any): boolean create<V>(trackByFn?: TrackByFunction<V>): IterableDiffer<V> }
supports() | |||
---|---|---|---|
|
objects | any |
boolean
create() | |||
---|---|---|---|
|
trackByFn | TrackByFunction | Optional. Default is |
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/core/IterableDifferFactory