| 12 | imports: [CommonLibModule, RoutersModule, LocaleModule], |
| 13 | }) |
| 14 | export class CommonModule { |
| 15 | static forRoot(options: CommonModuleConfig): ModuleWithProviders<CommonModule> { |
| 16 | return { |
| 17 | ngModule: CommonModule, |
nothing calls this directly
no outgoing calls
no test coverage detected