export class KeyValueDiffers
export class KeyValueDiffers
exported from angular2/core defined in angular2/src/core/change_detection/differs/keyvalue_differs.ts (line 21)
A repository of different Map diffing strategies used by NgClass, NgStyle, and others.
Annotations
@Injectable()
@Injectable()
Constructor
constructor(factories: KeyValueDifferFactory[])
constructor(factories: KeyValueDifferFactory[])
Not Yet Documented
Members
factories : KeyValueDifferFactory[]
factories : KeyValueDifferFactory[]
Not Yet Documented
find(kv: Object) : KeyValueDifferFactory
find(kv: Object) : KeyValueDifferFactory
Not Yet Documented