KeyValueDiffer
Stable Interface
Interface Overview
interface KeyValueDiffer {
diff(object: any) : any
onDestroy() : any
}
Interface Description
A differ that tracks changes made to an object over time.
Interface Details
diff(object: any) : any
onDestro