MCPcopy
hub / github.com/akveo/ngx-admin / forRoot

Method forRoot

src/app/@core/core.module.ts:162–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 static forRoot(): ModuleWithProviders<CoreModule> {
163 return {
164 ngModule: CoreModule,
165 providers: [
166 ...NB_CORE_PROVIDERS,
167 ],
168 };
169 }
170}

Callers 4

app.module.tsFile · 0.45
core.module.tsFile · 0.45
maps.module.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected