Symptom
Build process failed at custom Smartedit extension with `error NG6002`, `error NG6003`, `error NG6004` and `error NG6008`.
- error NG6002: This import contains errors, which may affect components that depend on this NgModule.
- error NG6003: This export contains errors, which may affect components that depend on this NgModule.
- error NG6004: Can't be exported from this NgModule, as it must be imported first
- error NG6008: Component CustomerABCProductMediaSelectorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?
Here is snippet of error build logs:
| 2025-07-28 06:22:25,015 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] "webappinjector" completed with warnings in 11.47 seconds. 2025-07-28 06:22:25,029 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:25,029 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ==[ webappinjector ]=============================================[ 12 of 14 ]== 2025-07-28 06:22:25,029 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:25,029 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ==[ abcsmarteditcontainer ]======================================[ 13 of 14 ]== 2025-07-28 06:22:26,617 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] - Compiling with Angular sources in Ivy full compilation mode. 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ✖ Compiling with Angular sources in Ivy full compilation mode. 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcMedia/abc-media.module.ts:44:17 - error NG6008: Component CustomerABCProductMediaSelectorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 44 declarations: [CustomerABCProductMediaSelectorComponent, CustomerABCMediaPrinterComponent], 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcMedia/abc-media.module.ts:44:51 - error NG6008: Component CustomerABCMediaPrinterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 44 declarations: [CustomerABCProductMediaSelectorComponent, CustomerABCMediaPrinterComponent], 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcMedia/abc-media.module.ts:45:12 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 45 exports: [CustomerABCProductMediaSelectorComponent, CustomerABCMediaPrinterComponent] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcMedia/abc-media.module.ts:45:46 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 45 exports: [CustomerABCProductMediaSelectorComponent, CustomerABCMediaPrinterComponent] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProduct/abc-product.module.ts:27:17 - error NG6008: Component CustomerABCProductSelectorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 27 declarations: [CustomerABCProductSelectorComponent, ProductSelectorItemComponent], 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProduct/abc-product.module.ts:27:46 - error NG6008: Component ProductSelectorItemComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 27 declarations: [CustomerABCProductSelectorComponent, ProductSelectorItemComponent], 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProduct/abc-product.module.ts:28:12 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 28 exports: [CustomerABCProductSelectorComponent, ProductSelectorItemComponent] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProduct/abc-product.module.ts:28:41 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 28 exports: [CustomerABCProductSelectorComponent, ProductSelectorItemComponent] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:42:3 - error NG6008: Component CustomerABCProductClassificationAttributeSelectorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 42 CustomerABCProductClassificationAttributeSelectorComponent, 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:43:3 - error NG6008: Component CustomerABCProductClassificationAttributePrinterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 43 CustomerABCProductClassificationAttributePrinterComponent, 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:44:3 - error NG6008: Component CustomerABCProductFeatureAttributeSelectorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,622 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 44 CustomerABCProductFeatureAttributeSelectorComponent, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:45:3 - error NG6008: Component CustomerABCProductFeatureAttributePrinterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 45 CustomerABCProductFeatureAttributePrinterComponent 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:48:3 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 48 CustomerABCProductClassificationAttributeSelectorComponent, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:49:3 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 49 CustomerABCProductClassificationAttributePrinterComponent, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:50:3 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 50 CustomerABCProductFeatureAttributeSelectorComponent, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationAttribute/abc-product-classification-attribute.module.ts:51:3 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 51 CustomerABCProductFeatureAttributePrinterComponent 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationClass/abc-product-classification-class.module.ts:41:17 - error NG6008: Component CustomerABCProductClassificationClassSelectorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 41 declarations: [CustomerABCProductClassificationClassSelectorComponent, CustomerABCProductClassificationClassPrinterComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationClass/abc-product-classification-class.module.ts:41:65 - error NG6008: Component CustomerABCProductClassificationClassPrinterComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 41 declarations: [CustomerABCProductClassificationClassSelectorComponent, CustomerABCProductClassificationClassPrinterComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationClass/abc-product-classification-class.module.ts:42:12 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 42 exports: [CustomerABCProductClassificationClassSelectorComponent, CustomerABCProductClassificationClassPrinterComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcProductClassificationClass/abc-product-classification-class.module.ts:42:60 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 42 exports: [CustomerABCProductClassificationClassSelectorComponent, CustomerABCProductClassificationClassPrinterComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcRegionMultiSelectionEditor/abc-region-multiselect.module.ts:16:17 - error NG6008: Component CustomerABCRegionMultiselectComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 16 declarations: [CustomerABCRegionMultiselectComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcRegionMultiSelectionEditor/abc-region-multiselect.module.ts:32:12 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 32 exports: [CustomerABCRegionMultiselectComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcRichTextField/abc-rich-text-field.module.ts:14:20 - error NG6008: Component CustomerABCRichTextFieldComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 14 declarations: [CustomerABCRichTextFieldComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcRichTextField/abc-rich-text-field.module.ts:34:15 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 34 exports: [CustomerABCRichTextFieldComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcSlotCheckboxEditor/abcSlotCheckboxEditor-module.ts:14:17 - error NG6008: Component CustomerABCSlotCheckboxEditorComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 14 declarations: [CustomerABCSlotCheckboxEditorComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcSlotCheckboxEditor/abcSlotCheckboxEditor-module.ts:30:12 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 30 exports: [CustomerABCSlotCheckboxEditorComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcApproval/CustomerABCApprovalPanelModalModule.ts:14:17 - error NG6008: Component CustomerABCApprovalPanelModalComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 14 declarations: [CustomerABCApprovalPanelModalComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcApproval/CustomerABCApprovalPanelModalModule.ts:15:12 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 15 exports: [CustomerABCApprovalPanelModalComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcContactEditableDropdownComponent/abcContactEditableDropdownModule.ts:10:20 - error NG6008: Component CustomerABCContactEditableDropdownComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 10 declarations: [CustomerABCContactEditableDropdownComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/features/abcContactEditableDropdownComponent/abcContactEditableDropdownModule.ts:26:15 - error NG6004: Can't be exported from this NgModule, as it must be imported first 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 26 exports: [CustomerABCContactEditableDropdownComponent] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:42:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 42 CustomerABCRichTextFieldModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:43:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 43 CustomerABCSlotCheckboxEditorModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:44:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 44 CustomerABCRegionMultiselectModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:45:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 45 CustomerABCContactEditableDropdownModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:46:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 46 CustomerABCMediaModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:47:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 47 CustomerABCProductClassificationClassModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:48:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 48 CustomerABCProductClassificationAttributeModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:49:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 49 CustomerABCApprovalPanelModalModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:50:3 - error NG6002: This import contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 50 CustomerABCProductModule 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:52:17 - error NG6008: Component SmartEditDeepLinkPageViewComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead? 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 52 declarations: [SmartEditDeepLinkPageViewComponent], 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:54:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 54 CustomerABCRichTextFieldModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:55:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 55 CustomerABCSlotCheckboxEditorModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:56:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 56 CustomerABCRegionMultiselectModule, 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:57:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,623 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 57 CustomerABCContactEditableDropdownModule, 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:58:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 58 CustomerABCMediaModule, 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~ 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:59:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 59 CustomerABCProductClassificationClassModule, 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:60:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 60 CustomerABCApprovalPanelModalModule, 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] src/abcsmarteditcontainerModule.ts:61:3 - error NG6003: This export contains errors, which may affect components that depend on this NgModule. 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 61 CustomerABCProductClassificationAttributeModule 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-28 06:22:30,624 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] 2025-07-28 06:22:30,678 INFO d.h.c.h.PrintOutputHandler [Thread-30] stdout: [exec] "smarteditmaster" is blocked by "abcsmarteditcontainer". |
** Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.**
Read more...
Environment
SAP Commerce Cloud 2211.41
Product
SAP Commerce Cloud 2211
Keywords
Smartedit, build, failure, 2211.41, `error NG6003`, `error NG6004`, `error NG6008` , KBA , CEC-SCC-COM-SEDIT , SmartEdit , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview