@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<K, V> {}
  
  
Jump to details