KeyValueDifferFactory
interface
Provides a factory for KeyValueDiffer.
interface KeyValueDifferFactory {
supports(objects: any): boolean
create<K, V>(): KeyValueDiffer<K, V>
} Methods
| supports() | ||
|---|---|---|
| Test to see if the differ knows how to diff this kind of object. | ||
|
| objects | Type: |
Returns
boolean
| create() |
|---|
| Create a |
|
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/core/KeyValueDifferFactory