{"ast":null,"code":"export {};","map":{"version":3,"names":[],"sources":["D:\\web\\EMS_Base\\kot\\src\\app\\app.module.ts"],"sourcesContent":["import { NgModule,CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\nimport{BrowserAnimationsModule} from '@angular/platform-browser/animations'\nimport { AppRoutingModule } from './app-routing.module';\nimport { AppComponent } from './app.component';\nimport { EmsUtilitiesModule } from './ems.utilities/ems.utilities.module';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';\nimport { AuthinterceptorInterceptor } from './ems.utilities/services/authinterceptor.interceptor';\nimport { ToastrModule } from 'ngx-toastr'; //toastr\nimport { NgxSpinnerModule } from 'ngx-spinner'; //spinner\nimport { DatePipe } from '@angular/common';\nimport { BodyComponent } from './layout/components/body/body.component';\nimport { FooterComponent } from './layout/components/footer/footer.component';\nimport { HeaderComponent } from './layout/components/header/header.component';\nimport { LayoutModule } from './layout/layout.module';\nimport { LayoutComponent } from './layout/layout.component';\nimport { ServicesComponent } from './layout/services/services.component';\nimport {}\n\n\n@NgModule({\n  declarations: [\n    AppComponent,\n    BodyComponent,\n    FooterComponent,\n    HeaderComponent,\n    LayoutComponent,\n    ServicesComponent,\n  ],\n  imports: [\n    BrowserModule,\n    AppRoutingModule,\n    EmsUtilitiesModule,\n    FormsModule,\n    ReactiveFormsModule,\n    HttpClientModule,\n    ToastrModule.forRoot(),\n    BrowserAnimationsModule,\n    NgxSpinnerModule.forRoot({type:'ball-spin-clockwise'}),\n    LayoutModule,\n  ],\n  //Spinner\n  schemas: [CUSTOM_ELEMENTS_SCHEMA],\n  providers: [\n    {\n      provide: HTTP_INTERCEPTORS, \n      useClass: AuthinterceptorInterceptor, \n      multi: true\n    },DatePipe\n  ],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { \n}\n"],"mappings":"","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}