isStable property

bool isStable

RWhether the framework is no longer anticipating change detection.

See whenStable for details.

Implementation

bool get isStable => !_ngZone.isRunning && !_ngZone.hasPendingMacrotasks;