more_horiz
@angular/corecode
KeyValueDifferFactory
interface
stable
Provides a factory for KeyValueDiffer.
On this page
API
interface KeyValueDifferFactory { supports(objects: any): boolean; create<K, V>(): KeyValueDiffer<K, V>;}
supports
booleanTest to see if the differ knows how to diff this kind of object.
@paramobjects
any@returns
booleanJump to details