export class ExpressionChangedAfterItHasBeenCheckedException
export class ExpressionChangedAfterItHasBeenCheckedException
exported from angular2/core defined in angular2/src/core/change_detection/exceptions.ts (line 1)
An error thrown if application changes model breaking the top-down data flow.
This exception is only thrown in dev mode.
Example
Constructor
constructor(exp: string, oldValue: any, currValue: any, context: any)
constructor(exp: string, oldValue: any, currValue: any, context: any)
Not Yet Documented