MCPcopy Index your code
hub / github.com/angular/angular / allPendingDynamicImports

Function allPendingDynamicImports

packages/core/test/acceptance/defer_spec.ts:102–104  ·  view source on GitHub ↗

* Helper function to await all pending dynamic imports * emulated using `dynamicImportOf` function.

()

Source from the content-addressed store, hash-verified

100 * emulated using `dynamicImportOf` function.
101 */
102function allPendingDynamicImports() {
103 return dynamicImportOf(null, 10);
104}
105
106/**
107 * Allows to verify behavior of defer blocks by providing a set of

Callers 1

defer_spec.tsFile · 0.70

Calls 1

dynamicImportOfFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…