KeyValueDiffer
interface
A differ that tracks changes made to an object over time.
API
interface KeyValueDiffer { diff(object: { [key: string]: V; }): KeyValueChanges<string, V>;}}
Jump to details
A differ that tracks changes made to an object over time.
interface KeyValueDiffer { diff(object: { [key: string]: V; }): KeyValueChanges<string, V>;}}