diff --git a/modules/@angular/core/src/zone/ng_zone.ts b/modules/@angular/core/src/zone/ng_zone.ts index 850b829aac..1e6e3223f9 100644 --- a/modules/@angular/core/src/zone/ng_zone.ts +++ b/modules/@angular/core/src/zone/ng_zone.ts @@ -176,6 +176,11 @@ export class NgZone { * Notify that an error has been delivered. */ get onError(): EventEmitter { return this._onErrorEvents; } + + /** + * Whether there are no outstanding microtasks or microtasks. + */ + get isStable(): boolean { return this._isStable; } /** * Whether there are any outstanding microtasks.