mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Since each patch no longer contains top-level side effects, each bundled entry point needs to import and call its associated patch. For the most part this just means that each entry point imports the associated patch and invokes it at the top-level scope. Note that many of these entry points did not actually have a dependency on `Zone` and had no guarantee that it was loaded prior to execution. To maintain consistency, the missing dependencies on `Zone` are left as-is. They will use the global instance of `Zone` and if users fail to load it prior to importing a specific patch, then the patch will fail just as it did previously. PR Close #53443 |
||
|---|---|---|
| .. | ||
| async-testing.ts | ||
| fake-async.ts | ||
| promise-testing.ts | ||
| rollup-promise-testing.ts | ||
| rollup-zone-testing.ts | ||
| zone-testing.ts | ||