{"version":3,"file":"1909.8e88ef4d7bd57e4e.js","mappings":"8sBAyCO,IAAMA,GAAa,UAAAC,EAApB,MAAOD,uDAAa,yBAAbA,iCAbA,CACT,CAACE,QAASC,IAAUC,SAAUC,KAC9B,CAACH,QAASI,IAAmBF,SAAUG,KACvC,CAACL,QAASM,IAAqBJ,SAAUK,KACzC,CAACP,QAASQ,IAAmBN,SAAUO,KACvC,CAACT,QAASU,IAAYR,SAAUS,KAChC,CAACX,QAASY,IAAQV,SAAUW,KAC5B,CAACb,QAASc,IAAYZ,SAAUa,KAChC,CAACf,QAASgB,IAA2Bd,SAAUe,KAC/CC,KACDC,QAAA,CAXSC,IAAcC,IAAoBC,IAA4BC,SAc7DzB,CAAa,WAFT0B,IAA4B,kBAAAC,IAAA,YAAEC,IAAuB,kBAAAC,KAAAC,UAAAC,KAAAC,eAAAC,8BAAAC,IAAAC,IAAAC,IAAAC,IAAAC,IAAAC,IAAAC,IAAA,oBAAAX,KAAAY,IAAA,SAAEC,IAAqB,kBAAAb,KAAAc,KAAAC,KAAAC,KAAAC,eAAAC,IAAAC,IAAAC,IAAAC,IAAAC,IAAAC,IAAAC,IAAAC,KAAAC,KAAA,oBAAA1B,KAAAY,IAAA","names":["ArticleModule","_ArticleModule","provide","ARTICLES","useClass","HttpArticlesService","COLORED_YARN_SETS","HttpColoredYarnSetsService","FINISHING_TEMPLATES","HttpFinishingTemplatesService","MACHINE_QUALITIES","HttpMachineQualitiesService","COLOR_SETS","HttpColorSetsService","COLORS","HttpColorsService","FINISHINGS","HttpFinishingsService","REALTIME_YARN_CONSUMPTION","SignalrYarnConsumptionService","OverviewListFinishingAndFinishingTemplateService","imports","SharedModule","articleDataRouting","DrawingLibrarySharedModule","CanShowErrorForFormControlModule","ArticleOverviewPageComponent","i2","AddArticlePageComponent","i3","i4","i5","i6","i7","i8","i9","i10","i11","i12","i13","i14","i15","SelectDesignComponent","i16","i17","i18","i19","i20","i21","i22","i23","i24","i25","i26","i27","i28"],"ignoreList":[],"sourceRoot":"webpack:///","sources":["./apps/texconnect/src/app/presentation/pages/texfab/article/article.module.ts"],"sourcesContent":["import {NgModule} from '@angular/core';\nimport {ARTICLES} from '@infrastructure/http/article/articles';\nimport {HttpArticlesService} from '@infrastructure/http/article/http-articles.service';\nimport {COLOR_SETS} from '@infrastructure/http/color-set/color-sets';\nimport {HttpColorSetsService} from '@infrastructure/http/color-set/http-color-sets.service';\nimport {COLORS} from '@infrastructure/http/color/colors';\nimport {HttpColorsService} from '@infrastructure/http/color/http-colors.service';\nimport {COLORED_YARN_SETS} from '@infrastructure/http/colored-yarn-set/colored-yarn-sets';\nimport {HttpColoredYarnSetsService} from '@infrastructure/http/colored-yarn-set/http-colored-yarn-sets.service';\nimport {FINISHING_TEMPLATES} from '@infrastructure/http/finishing-template/finishing-templates';\nimport {HttpFinishingTemplatesService} from '@infrastructure/http/finishing-template/http-finishing-templates.service';\nimport {FINISHINGS} from '@infrastructure/http/finishing/finishings';\nimport {HttpFinishingsService} from '@infrastructure/http/finishing/http-finishings.service';\nimport {HttpMachineQualitiesService} from '@infrastructure/http/machine-quality/http-machine-qualities.service';\nimport {MACHINE_QUALITIES} from '@infrastructure/http/machine-quality/machine-qualities';\nimport {REALTIME_YARN_CONSUMPTION} from '@infrastructure/signalr/yarn-consumption/realtime-yarn-consumption';\nimport {SignalrYarnConsumptionService} from '@infrastructure/signalr/yarn-consumption/signalr-yarn-consumption.service';\nimport {OverviewListFinishingAndFinishingTemplateService} from '@presentation/components/finishing-and-finishing-template/overview/overview-list-finishing-and-finishing-template.service';\nimport {DrawingLibrarySharedModule} from '@presentation/pages/texedit/drawing-library/drawing-library-shared.module';\nimport {AddArticlePageComponent} from '@presentation/pages/texfab/article/add/add-article-page.component';\nimport {SelectDesignComponent} from '@presentation/pages/texfab/article/add/select-design/select-design.component';\nimport {articleDataRouting} from '@presentation/pages/texfab/article/article.routing';\nimport {ArticleOverviewPageComponent} from '@presentation/pages/texfab/article/overview/article-overview-page.component';\nimport {SharedModule} from '@shared/shared.module';\nimport {CanShowErrorForFormControlModule} from '@vdw/angular-component-library';\n\n@NgModule({\n imports: [SharedModule, articleDataRouting, DrawingLibrarySharedModule, CanShowErrorForFormControlModule],\n providers: [\n {provide: ARTICLES, useClass: HttpArticlesService},\n {provide: COLORED_YARN_SETS, useClass: HttpColoredYarnSetsService},\n {provide: FINISHING_TEMPLATES, useClass: HttpFinishingTemplatesService},\n {provide: MACHINE_QUALITIES, useClass: HttpMachineQualitiesService},\n {provide: COLOR_SETS, useClass: HttpColorSetsService},\n {provide: COLORS, useClass: HttpColorsService},\n {provide: FINISHINGS, useClass: HttpFinishingsService},\n {provide: REALTIME_YARN_CONSUMPTION, useClass: SignalrYarnConsumptionService},\n OverviewListFinishingAndFinishingTemplateService\n ],\n declarations: [ArticleOverviewPageComponent, AddArticlePageComponent, SelectDesignComponent]\n})\nexport class ArticleModule {}\n"],"x_google_ignoreList":[]}