On this page
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 |
any |
Returns
boolean
create()
|
---|
Create a |
|
© 2010–2022 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v13.angular.io/api/core/KeyValueDifferFactory