{"version":3,"file":"5147.bba5cce6c4a7d7b3.js","mappings":"gPAeO,IAAMA,EAAc,UAAAC,EAArB,MAAOD,qDAAc,yBAAdA,iCAHA,CAAC,CAACE,QAASC,IAAWC,SAAUC,KAAuBC,KAAwBC,QAAA,CADhFC,IAAcC,KAAcC,OAI3BV,CAAc,WAFVW,IAA6B,kBAAAC,IAAA","names":["CustomerModule","_CustomerModule","provide","CUSTOMERS","useClass","HttpCustomersService","CustomerOverviewService","imports","SharedModule","AgGridModule","customerDataRouting","CustomerOverviewPageComponent","i2"],"ignoreList":[],"sourceRoot":"webpack:///","sources":["./apps/texconnect/src/app/presentation/pages/texfab/customer/customer.module.ts"],"sourcesContent":["import {NgModule} from '@angular/core';\nimport {CUSTOMERS} from '@infrastructure/http/customer/customers';\nimport {HttpCustomersService} from '@infrastructure/http/customer/http-customers.service';\nimport {customerDataRouting} from '@presentation/pages/texfab/customer/customer.routing';\nimport {SharedModule} from '@shared/shared.module';\nimport {AgGridModule} from 'ag-grid-angular';\nimport {AddCustomerComponent} from './add/add-customer.component';\nimport {CustomerOverviewPageComponent} from './overview/customer-overview-page.component';\nimport {CustomerOverviewService} from './overview/customer-overview.service';\n\n@NgModule({\n imports: [SharedModule, AgGridModule, customerDataRouting],\n providers: [{provide: CUSTOMERS, useClass: HttpCustomersService}, CustomerOverviewService],\n declarations: [CustomerOverviewPageComponent, AddCustomerComponent]\n})\nexport class CustomerModule {}\n"],"x_google_ignoreList":[]}