@angular/core

SimpleChange

Class

Represents a basic change from a previous to a new value for a single property on a directive instance. Passed as a value in a SimpleChanges object to the ngOnChanges hook.

  
    class SimpleChange {}
  
  
Jump to details