◐ Shell
clean mode source ↗

KeyValueChanges • Angular

@angular/core

An object describing the changes in the Map or {[k:string]: string} since last time KeyValueDiffer#diff() was invoked.

forEachItem

void

Iterate over all changes. KeyValueChangeRecord will contain information about changes to each item.

@returnsvoid

forEachPreviousItem

void

Iterate over changes in the order of original Map showing where the original items have moved.

@returnsvoid

forEachChangedItem

void

Iterate over all keys for which values have changed.

@returnsvoid

forEachAddedItem

void

Iterate over all added items.

@returnsvoid

forEachRemovedItem

void

Iterate over all removed items.

@returnsvoid