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