bool isStable()

Source

bool isStable() {
  return _isZoneStable && _pendingCount == 0 && !_ngZone.hasPendingMacrotasks;
}