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