| 5 | import { LocaleModule } from './locale/locale.module'; |
| 6 | |
| 7 | interface CommonModuleConfig { |
| 8 | apiUrl: string; |
| 9 | } |
| 10 | |
| 11 | @NgModule({ |
| 12 | imports: [CommonLibModule, RoutersModule, LocaleModule], |
nothing calls this directly
no outgoing calls
no test coverage detected