MCPcopy Create free account
hub / github.com/OpenCBS/OpenCBS-Cloud / forRoot

Method forRoot

client/src/app/core/core.module.ts:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36})
37export class CoreModule {
38 static forRoot(): ModuleWithProviders {
39 return {
40 ngModule: CoreModule,
41 providers: CORE_SERVICES
42 }
43 }
44}

Calls

no outgoing calls

Tested by

no test coverage detected