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

Function expandModuleWithProviders

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

Source from the content-addressed store, hash-verified

680}
681
682function expandModuleWithProviders(value: Type<any> | ModuleWithProviders<{}>): Type<any> {
683 if (isModuleWithProviders(value)) {
684 return value.ngModule;
685 }
686 return value;
687}

Callers

nothing calls this directly

Calls 1

isModuleWithProvidersFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…