MCPcopy
hub / github.com/ever-co/ever-demand / CommonModuleConfig

Interface CommonModuleConfig

packages/common-angular/src/common.module.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { LocaleModule } from './locale/locale.module';
6
7interface CommonModuleConfig {
8 apiUrl: string;
9}
10
11@NgModule({
12 imports: [CommonLibModule, RoutersModule, LocaleModule],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected