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

Function noModuleError

packages/core/src/linker/ng_module_factory_loader.ts:41–46  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

39}
40
41function noModuleError(id: string): Error {
42 return new RuntimeError(
43 RuntimeErrorCode.NG_MODULE_ID_NOT_FOUND,
44 ngDevMode && `No module with ID ${id} loaded`,
45 );
46}

Callers 2

getModuleFactoryFunction · 0.85
getNgModuleByIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…