@angular/core

KeyValueChanges

interface

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

  
    interface KeyValueChanges {  forEachRemovedItem(fn: (r: KeyValueChangeRecord<K, V>) => void): void;}}
  
  
Jump to details