Interface: AngularAppStability
Defined in: angular-core/src/types.ts:14
The minimal stability contract AngularInteractor settles against,
structurally satisfied by Angular's ApplicationRef (Angular 20+).
Kept structural on purpose: the interactor itself has no dependency on
@angular/core, and ApplicationRef.whenStable() already abstracts over
zone.js vs. zoneless change detection — it resolves once change detection
is idle in either mode.
Methods​
whenStable()​
whenStable():
Promise<void>
Defined in: angular-core/src/types.ts:15
Returns​
Promise<void>