Provides a zone that checks for zone stability and emits events when the zone's stability
changes. This is useful for running code when asynchronous code has completely finished executing,
and no further execution is possible.
Typed as any to avoid issue where this reference to Zone
is undefined because we cannot directly export Zone's types without
directly referencing Zone. PRs welcome.
Provides a zone that checks for zone stability and emits events when the zone's stability changes. This is useful for running code when asynchronous code has completely finished executing, and no further execution is possible.