KeyValueChanges • Angular
An object describing the changes in the Map or {[k:string]: string} since last time
KeyValueDiffer#diff() was invoked.
forEachItem
voidIterate over all changes. KeyValueChangeRecord will contain information about changes
to each item.
@returnsvoid
forEachPreviousItem
voidIterate over changes in the order of original Map showing where the original items have moved.
@returnsvoid
forEachChangedItem
voidIterate over all keys for which values have changed.
@returnsvoid
forEachAddedItem
voidIterate over all added items.
@returnsvoid
forEachRemovedItem
voidIterate over all removed items.
@returnsvoid