linkKeyValueDifferFactory
npm Package | @angular/core |
---|---|
Module | import { KeyValueDifferFactory } from '@angular/core'; |
Source | core/src/change_detection/differs/keyvalue_differs.ts |
linkInterface Overview
interface KeyValueDifferFactory {
supports(objects: any): boolean
create<K, V>(): KeyValueDiffer<K, V>
}
linkDescription
Provides a factory for KeyValueDiffer
.