Help Angular by taking a 1 minute survey!Go to surveyHome

SimpleChanges

Defines an object that associates properties with instances of SimpleChange.

      
      interface SimpleChanges {
  __index(propName: string): SimpleChange
}
    

See also

Methods

__index(propName: string): SimpleChange
      
      __index(propName: string): SimpleChange
    
Parameters
propName string
Returns

SimpleChange