KeyValueDiffer
A differ that tracks changes made to an object over time.
interface KeyValueDiffer<K, V> {
diff(object: any): KeyValueChanges<K, V> | null
}
方法
Compute a difference between the previous state and the new | |||
参数
返回值
|