{"version":3,"file":"6205.701984fa53722e9a.js","mappings":"qMAaO,IAAMA,EAAW,UAAAC,EAAlB,MAAOD,qDAAW,yBAAXA,iCAFA,CAACE,KAAqBC,QAAA,CADvBC,IAAcC,IAAcC,MAAwBC,MAAoBC,SAGvER,CAAW","names":["ShiftModule","_ShiftModule","ShiftOverviewService","imports","shiftRouting","SharedModule","CrudOverviewDataModule","EditorHeaderModule","ColorPickerFormInputModule"],"ignoreList":[],"sourceRoot":"webpack:///","sources":["./apps/texconnect/src/app/presentation/pages/calendar/shift/shift.module.ts"],"sourcesContent":["import {NgModule} from '@angular/core';\nimport {SharedModule} from '@shared/shared.module';\nimport {ColorPickerFormInputModule, CrudOverviewDataModule, EditorHeaderModule} from '@vdw/angular-component-library';\nimport {AddShiftPageComponent} from './add/add-shift-page.component';\nimport {ShiftOverviewPageComponent} from './overview/shift-overview-page.component';\nimport {ShiftOverviewService} from './overview/shift-overview.service';\nimport {shiftRouting} from './shift.routing';\n\n@NgModule({\n declarations: [ShiftOverviewPageComponent, AddShiftPageComponent],\n imports: [shiftRouting, SharedModule, CrudOverviewDataModule, EditorHeaderModule, ColorPickerFormInputModule],\n providers: [ShiftOverviewService]\n})\nexport class ShiftModule {}\n"],"x_google_ignoreList":[]}