MCPcopy Create free account
hub / github.com/angular/angular / expandModuleWithProviders

Function expandModuleWithProviders

packages/core/src/render3/jit/module.ts:697–702  ·  view source on GitHub ↗
(value: Type<any> | ModuleWithProviders<{}>)

Source from the content-addressed store, hash-verified

695}
696
697function expandModuleWithProviders(value: Type<any> | ModuleWithProviders<{}>): Type<any> {
698 if (isModuleWithProviders(value)) {
699 return value.ngModule;
700 }
701 return value;
702}

Callers

nothing calls this directly

Calls 1

isModuleWithProvidersFunction · 0.90

Tested by

no test coverage detected