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)

Not Yet Documented

Members

previousValue : any

Not Yet Documented

currentValue : any

Not Yet Documented

isFirstChange() : boolean

Check whether the new value is the first value assigned.