You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.1 KiB
1 lines
1.1 KiB
{"ast":null,"code":"import { BrowserModule } from '@angular/platform-browser';\nimport { AppRoutingModule } from './app-routing.module';\nimport { AppComponent } from './app.component';\nimport { FooterService } from './shared/footer/footer.service';\nimport { RouterService } from './shared/services/routerService';\nimport { SelectedScreenService } from './shared/services/selectedScreenService';\nimport { TranslationContentService } from 'src/constants/language/TranslationContentService';\nimport * as i0 from \"@angular/core\";\nexport let AppModule = /*#__PURE__*/(() => {\n class AppModule {}\n\n AppModule.ɵfac = function AppModule_Factory(t) {\n return new (t || AppModule)();\n };\n\n AppModule.ɵmod = /*@__PURE__*/i0.ɵɵdefineNgModule({\n type: AppModule,\n bootstrap: [AppComponent]\n });\n AppModule.ɵinj = /*@__PURE__*/i0.ɵɵdefineInjector({\n providers: [FooterService, RouterService, SelectedScreenService, TranslationContentService],\n imports: [[BrowserModule, AppRoutingModule]]\n });\n return AppModule;\n})();","map":null,"metadata":{},"sourceType":"module"}
|