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

Function enqueueModuleForDelayedScoping

packages/core/src/render3/jit/module.ts:59–61  ·  view source on GitHub ↗

* Enqueues moduleDef to be checked later to see if scope can be set on its * component declarations.

(moduleType: Type<any>, ngModule: NgModule)

Source from the content-addressed store, hash-verified

57 * component declarations.
58 */
59function enqueueModuleForDelayedScoping(moduleType: Type<any>, ngModule: NgModule) {
60 moduleQueue.push({moduleType, ngModule});
61}
62
63let flushingModuleQueue = false;
64/**

Callers 1

compileNgModuleFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…