mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Since angular@12181b9, zone stability contributes to the PendingTasks. There is now a single source of truth for application stability tracked in PendingTasks. This change makes protractor's whenStable compatible with zoneless. The `Router` and `HttpClient` also contribute to stability using the `PendingTasks` injectable. There will likely be more updates in the future to have more features contribute to stableness in a zoneless compatible way. This update uses PendingTasks for stability by default when ZoneJS is not present or can be enabled with an option when ZoneJS is present (but otherwise ignored with ZoneJS). fixes #68180 |
||
|---|---|---|
| .. | ||
| animations | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||