export class SimpleChange
export class SimpleChange
exported from angular2/core defined in angular2/src/core/change_detection/change_detection_util.ts (line 55)
Represents a basic change from a previous to a new value.
Constructor
constructor(previousValue: any, currentValue: any)
constructor(previousValue: any, currentValue: any)
Not Yet Documented
Members
previousValue : any
previousValue : any
Not Yet Documented
currentValue : any
currentValue : any
Not Yet Documented
isFirstChange() : boolean
isFirstChange() : boolean
Check whether the new value is the first value assigned.