Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
41
function
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
getModuleFactory
Function · 0.85
getNgModuleById
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected