mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This class allows any provider to know and wait for the initialization of the application. This functionality previously was tied to `ApplicationRef`. BREAKING CHANGE: - `ApplicationRef.waitForAsyncInitializers` is deprecated. Use `AppInitStatus.donePromise` / `AppInitStatus.done` instead. |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| index.ts | ||
| package.json | ||
| private_export.ts | ||
| private_export_testing.ts | ||
| rollup.config.js | ||
| testing.ts | ||
| tsconfig-es5.json | ||
| tsconfig-es2015.json | ||