question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ngcc unable to process DevExtreme modules since Angular 9.0.6

See original GitHub issue

Bug Report

Once again, Devextreme is the troublemaker in our project… ngcc is unable to process DevExtreme modules since Angular 9.0.6.

Package versions:

devexteme version: 19.2.6
devextreme-angular version: 19.2.6

Steps to reproduce:

  • Install Angular 9.0.6
  • Install devextreme-angular
  • Run ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points

Current behavior: Failure:

Error: Error on worker #4: Error: Failed to compile entry-point devextreme-angular (es2015 as esm2015) due to compilation errors:
node_modules/devextreme-angular/ui/accordion/index.d.ts:315:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/accordion) which declares DxAccordionModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

315 export declare class DxAccordionModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/action-sheet/index.d.ts:229:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/action-sheet) which declares DxActionSheetModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

229 export declare class DxActionSheetModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/autocomplete/index.d.ts:522:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/autocomplete) which declares DxAutocompleteModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

522 export declare class DxAutocompleteModule {
                         ~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/bar-gauge/index.d.ts:559:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/bar-gauge) which declares DxBarGaugeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

559 export declare class DxBarGaugeModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/box/index.d.ts:199:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/box) which declares DxBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

199 export declare class DxBoxModule {
                         ~~~~~~~~~~~
node_modules/devextreme-angular/ui/bullet/index.d.ts:275:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/bullet) which declares DxBulletModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

275 export declare class DxBulletModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/button/index.d.ts:198:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/button) which declares DxButtonModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

198 export declare class DxButtonModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/button-group/index.d.ts:219:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/button-group) which declares DxButtonGroupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

219 export declare class DxButtonGroupModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/calendar/index.d.ts:297:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/calendar) which declares DxCalendarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

297 export declare class DxCalendarModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/chart/index.d.ts:1939:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/chart) which declares DxChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1939 export declare class DxChartModule {
                          ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/check-box/index.d.ts:229:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/check-box) which declares DxCheckBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

229 export declare class DxCheckBoxModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/circular-gauge/index.d.ts:489:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/circular-gauge) which declares DxCircularGaugeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

489 export declare class DxCircularGaugeModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/color-box/index.d.ts:400:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/color-box) which declares DxColorBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

400 export declare class DxColorBoxModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/context-menu/index.d.ts:351:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/context-menu) which declares DxContextMenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

351 export declare class DxContextMenuModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/data-grid/index.d.ts:1297:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/data-grid) which declares DxDataGridModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1297 export declare class DxDataGridModule {
                          ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/date-box/index.d.ts:548:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/date-box) which declares DxDateBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

548 export declare class DxDateBoxModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/defer-rendering/index.d.ts:179:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/defer-rendering) which declares DxDeferRenderingModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

179 export declare class DxDeferRenderingModule {
                         ~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/diagram/index.d.ts:539:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/diagram) which declares DxDiagramModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

539 export declare class DxDiagramModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/draggable/index.d.ts:184:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/draggable) which declares DxDraggableModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

184 export declare class DxDraggableModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/drawer/index.d.ts:206:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/drawer) which declares DxDrawerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

206 export declare class DxDrawerModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/drop-down-box/index.d.ts:462:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/drop-down-box) which declares DxDropDownBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

462 export declare class DxDropDownBoxModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/drop-down-button/index.d.ts:327:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/drop-down-button) which declares DxDropDownButtonModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

327 export declare class DxDropDownButtonModule {
                         ~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/file-manager/index.d.ts:277:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/file-manager) which declares DxFileManagerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

277 export declare class DxFileManagerModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/file-uploader/index.d.ts:433:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/file-uploader) which declares DxFileUploaderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

433 export declare class DxFileUploaderModule {
                         ~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/filter-builder/index.d.ts:272:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/filter-builder) which declares DxFilterBuilderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

272 export declare class DxFilterBuilderModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/form/index.d.ts:325:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/form) which declares DxFormModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

325 export declare class DxFormModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/funnel/index.d.ts:689:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/funnel) which declares DxFunnelModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

689 export declare class DxFunnelModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/gallery/index.d.ts:317:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/gallery) which declares DxGalleryModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

317 export declare class DxGalleryModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/gantt/index.d.ts:315:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/gantt) which declares DxGanttModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

315 export declare class DxGanttModule {
                         ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/html-editor/index.d.ts:288:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/html-editor) which declares DxHtmlEditorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

288 export declare class DxHtmlEditorModule {
                         ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/linear-gauge/index.d.ts:495:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/linear-gauge) which declares DxLinearGaugeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

495 export declare class DxLinearGaugeModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/list/index.d.ts:567:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/list) which declares DxListModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

567 export declare class DxListModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/load-indicator/index.d.ts:98:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/load-indicator) which declares DxLoadIndicatorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

98 export declare class DxLoadIndicatorModule {
                        ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/load-panel/index.d.ts:257:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/load-panel) which declares DxLoadPanelModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

257 export declare class DxLoadPanelModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/lookup/index.d.ts:682:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/lookup) which declares DxLookupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

682 export declare class DxLookupModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/map/index.d.ts:304:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/map) which declares DxMapModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

304 export declare class DxMapModule {
                         ~~~~~~~~~~~
node_modules/devextreme-angular/ui/menu/index.d.ts:353:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/menu) which declares DxMenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

353 export declare class DxMenuModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/multi-view/index.d.ts:265:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/multi-view) which declares DxMultiViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

265 export declare class DxMultiViewModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/nav-bar/index.d.ts:279:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/nav-bar) which declares DxNavBarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

279 export declare class DxNavBarModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/number-box/index.d.ts:388:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/number-box) which declares DxNumberBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

388 export declare class DxNumberBoxModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/pie-chart/index.d.ts:637:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/pie-chart) which declares DxPieChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

637 export declare class DxPieChartModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/pivot-grid/index.d.ts:471:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/pivot-grid) which declares DxPivotGridModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

471 export declare class DxPivotGridModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/pivot-grid-field-chooser/index.d.ts:247:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/pivot-grid-field-chooser) which declares DxPivotGridFieldChooserModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

247 export declare class DxPivotGridFieldChooserModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/polar-chart/index.d.ts:1297:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/polar-chart) which declares DxPolarChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1297 export declare class DxPolarChartModule {
                          ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/popover/index.d.ts:333:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/popover) which declares DxPopoverModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

333 export declare class DxPopoverModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/popup/index.d.ts:357:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/popup) which declares DxPopupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

357 export declare class DxPopupModule {
                         ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/progress-bar/index.d.ts:217:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/progress-bar) which declares DxProgressBarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

217 export declare class DxProgressBarModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/radio-group/index.d.ts:284:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/radio-group) which declares DxRadioGroupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

284 export declare class DxRadioGroupModule {
                         ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/range-selector/index.d.ts:717:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/range-selector) which declares DxRangeSelectorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

717 export declare class DxRangeSelectorModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/range-slider/index.d.ts:320:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/range-slider) which declares DxRangeSliderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

320 export declare class DxRangeSliderModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/recurrence-editor/index.d.ts:213:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/recurrence-editor) which declares DxRecurrenceEditorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

213 export declare class DxRecurrenceEditorModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/resizable/index.d.ts:122:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/resizable) which declares DxResizableModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

122 export declare class DxResizableModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/responsive-box/index.d.ts:237:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/responsive-box) which declares DxResponsiveBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

237 export declare class DxResponsiveBoxModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/sankey/index.d.ts:575:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/sankey) which declares DxSankeyModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

575 export declare class DxSankeyModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/scheduler/index.d.ts:661:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/scheduler) which declares DxSchedulerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

661 export declare class DxSchedulerModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/scroll-view/index.d.ts:174:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/scroll-view) which declares DxScrollViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

174 export declare class DxScrollViewModule {
                         ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/select-box/index.d.ts:574:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/select-box) which declares DxSelectBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

574 export declare class DxSelectBoxModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/slide-out/index.d.ts:277:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/slide-out) which declares DxSlideOutModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

277 export declare class DxSlideOutModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/slide-out-view/index.d.ts:150:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/slide-out-view) which declares DxSlideOutViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

150 export declare class DxSlideOutViewModule {
                         ~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/slider/index.d.ts:296:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/slider) which declares DxSliderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

296 export declare class DxSliderModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/sortable/index.d.ts:240:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/sortable) which declares DxSortableModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

240 export declare class DxSortableModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/sparkline/index.d.ts:385:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/sparkline) which declares DxSparklineModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

385 export declare class DxSparklineModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/speed-dial-action/index.d.ts:142:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/speed-dial-action) which declares DxSpeedDialActionModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

142 export declare class DxSpeedDialActionModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/switch/index.d.ts:253:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/switch) which declares DxSwitchModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

253 export declare class DxSwitchModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tab-panel/index.d.ts:325:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tab-panel) which declares DxTabPanelModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

325 export declare class DxTabPanelModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tabs/index.d.ts:295:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tabs) which declares DxTabsModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

295 export declare class DxTabsModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tag-box/index.d.ts:602:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tag-box) which declares DxTagBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

602 export declare class DxTagBoxModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/text-area/index.d.ts:345:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/text-area) which declares DxTextAreaModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

345 export declare class DxTextAreaModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/text-box/index.d.ts:396:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/text-box) which declares DxTextBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

396 export declare class DxTextBoxModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tile-view/index.d.ts:259:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tile-view) which declares DxTileViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

259 export declare class DxTileViewModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/toast/index.d.ts:273:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/toast) which declares DxToastModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

273 export declare class DxToastModule {
                         ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/toolbar/index.d.ts:213:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/toolbar) which declares DxToolbarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

213 export declare class DxToolbarModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tooltip/index.d.ts:261:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tooltip) which declares DxTooltipModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

261 export declare class DxTooltipModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tree-list/index.d.ts:1125:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tree-list) which declares DxTreeListModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1125 export declare class DxTreeListModule {
                          ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tree-map/index.d.ts:567:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tree-map) which declares DxTreeMapModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

567 export declare class DxTreeMapModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tree-view/index.d.ts:447:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/tree-view) which declares DxTreeViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

447 export declare class DxTreeViewModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/validation-group/index.d.ts:62:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/validation-group) which declares DxValidationGroupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

62 export declare class DxValidationGroupModule {
                        ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/validation-summary/index.d.ts:106:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/validation-summary) which declares DxValidationSummaryModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

106 export declare class DxValidationSummaryModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/validator/index.d.ts:123:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/validator) which declares DxValidatorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

123 export declare class DxValidatorModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/vector-map/index.d.ts:621:22 - error NG6002: Appears in the NgModule.imports of DevExtremeModule, but could not be resolved to an NgModule class.

This likely means that the library (devextreme-angular/ui/vector-map) which declares DxVectorMapModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

621 export declare class DxVectorMapModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/accordion/index.d.ts:315:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/accordion) which declares DxAccordionModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

315 export declare class DxAccordionModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/action-sheet/index.d.ts:229:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/action-sheet) which declares DxActionSheetModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

229 export declare class DxActionSheetModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/autocomplete/index.d.ts:522:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/autocomplete) which declares DxAutocompleteModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

522 export declare class DxAutocompleteModule {
                         ~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/bar-gauge/index.d.ts:559:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/bar-gauge) which declares DxBarGaugeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

559 export declare class DxBarGaugeModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/box/index.d.ts:199:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/box) which declares DxBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

199 export declare class DxBoxModule {
                         ~~~~~~~~~~~
node_modules/devextreme-angular/ui/bullet/index.d.ts:275:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/bullet) which declares DxBulletModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

275 export declare class DxBulletModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/button/index.d.ts:198:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/button) which declares DxButtonModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

198 export declare class DxButtonModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/button-group/index.d.ts:219:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/button-group) which declares DxButtonGroupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

219 export declare class DxButtonGroupModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/calendar/index.d.ts:297:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/calendar) which declares DxCalendarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

297 export declare class DxCalendarModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/chart/index.d.ts:1939:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/chart) which declares DxChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1939 export declare class DxChartModule {
                          ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/check-box/index.d.ts:229:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/check-box) which declares DxCheckBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

229 export declare class DxCheckBoxModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/circular-gauge/index.d.ts:489:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/circular-gauge) which declares DxCircularGaugeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

489 export declare class DxCircularGaugeModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/color-box/index.d.ts:400:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/color-box) which declares DxColorBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

400 export declare class DxColorBoxModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/context-menu/index.d.ts:351:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/context-menu) which declares DxContextMenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

351 export declare class DxContextMenuModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/data-grid/index.d.ts:1297:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/data-grid) which declares DxDataGridModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1297 export declare class DxDataGridModule {
                          ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/date-box/index.d.ts:548:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/date-box) which declares DxDateBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

548 export declare class DxDateBoxModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/defer-rendering/index.d.ts:179:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/defer-rendering) which declares DxDeferRenderingModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

179 export declare class DxDeferRenderingModule {
                         ~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/diagram/index.d.ts:539:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/diagram) which declares DxDiagramModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

539 export declare class DxDiagramModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/draggable/index.d.ts:184:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/draggable) which declares DxDraggableModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

184 export declare class DxDraggableModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/drawer/index.d.ts:206:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/drawer) which declares DxDrawerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

206 export declare class DxDrawerModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/drop-down-box/index.d.ts:462:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/drop-down-box) which declares DxDropDownBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

462 export declare class DxDropDownBoxModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/drop-down-button/index.d.ts:327:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/drop-down-button) which declares DxDropDownButtonModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

327 export declare class DxDropDownButtonModule {
                         ~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/file-manager/index.d.ts:277:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/file-manager) which declares DxFileManagerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

277 export declare class DxFileManagerModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/file-uploader/index.d.ts:433:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/file-uploader) which declares DxFileUploaderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

433 export declare class DxFileUploaderModule {
                         ~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/filter-builder/index.d.ts:272:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/filter-builder) which declares DxFilterBuilderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

272 export declare class DxFilterBuilderModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/form/index.d.ts:325:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/form) which declares DxFormModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

325 export declare class DxFormModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/funnel/index.d.ts:689:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/funnel) which declares DxFunnelModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

689 export declare class DxFunnelModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/gallery/index.d.ts:317:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/gallery) which declares DxGalleryModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

317 export declare class DxGalleryModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/gantt/index.d.ts:315:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/gantt) which declares DxGanttModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

315 export declare class DxGanttModule {
                         ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/html-editor/index.d.ts:288:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/html-editor) which declares DxHtmlEditorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

288 export declare class DxHtmlEditorModule {
                         ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/linear-gauge/index.d.ts:495:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/linear-gauge) which declares DxLinearGaugeModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

495 export declare class DxLinearGaugeModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/list/index.d.ts:567:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/list) which declares DxListModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

567 export declare class DxListModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/load-indicator/index.d.ts:98:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/load-indicator) which declares DxLoadIndicatorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

98 export declare class DxLoadIndicatorModule {
                        ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/load-panel/index.d.ts:257:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/load-panel) which declares DxLoadPanelModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

257 export declare class DxLoadPanelModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/lookup/index.d.ts:682:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/lookup) which declares DxLookupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

682 export declare class DxLookupModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/map/index.d.ts:304:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/map) which declares DxMapModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

304 export declare class DxMapModule {
                         ~~~~~~~~~~~
node_modules/devextreme-angular/ui/menu/index.d.ts:353:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/menu) which declares DxMenuModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

353 export declare class DxMenuModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/multi-view/index.d.ts:265:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/multi-view) which declares DxMultiViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

265 export declare class DxMultiViewModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/nav-bar/index.d.ts:279:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/nav-bar) which declares DxNavBarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

279 export declare class DxNavBarModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/number-box/index.d.ts:388:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/number-box) which declares DxNumberBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

388 export declare class DxNumberBoxModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/pie-chart/index.d.ts:637:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/pie-chart) which declares DxPieChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

637 export declare class DxPieChartModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/pivot-grid/index.d.ts:471:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/pivot-grid) which declares DxPivotGridModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

471 export declare class DxPivotGridModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/pivot-grid-field-chooser/index.d.ts:247:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/pivot-grid-field-chooser) which declares DxPivotGridFieldChooserModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

247 export declare class DxPivotGridFieldChooserModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/polar-chart/index.d.ts:1297:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/polar-chart) which declares DxPolarChartModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1297 export declare class DxPolarChartModule {
                          ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/popover/index.d.ts:333:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/popover) which declares DxPopoverModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

333 export declare class DxPopoverModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/popup/index.d.ts:357:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/popup) which declares DxPopupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

357 export declare class DxPopupModule {
                         ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/progress-bar/index.d.ts:217:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/progress-bar) which declares DxProgressBarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

217 export declare class DxProgressBarModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/radio-group/index.d.ts:284:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/radio-group) which declares DxRadioGroupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

284 export declare class DxRadioGroupModule {
                         ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/range-selector/index.d.ts:717:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/range-selector) which declares DxRangeSelectorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

717 export declare class DxRangeSelectorModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/range-slider/index.d.ts:320:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/range-slider) which declares DxRangeSliderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

320 export declare class DxRangeSliderModule {
                         ~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/recurrence-editor/index.d.ts:213:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/recurrence-editor) which declares DxRecurrenceEditorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

213 export declare class DxRecurrenceEditorModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/resizable/index.d.ts:122:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/resizable) which declares DxResizableModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

122 export declare class DxResizableModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/responsive-box/index.d.ts:237:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/responsive-box) which declares DxResponsiveBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

237 export declare class DxResponsiveBoxModule {
                         ~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/sankey/index.d.ts:575:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/sankey) which declares DxSankeyModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

575 export declare class DxSankeyModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/scheduler/index.d.ts:661:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/scheduler) which declares DxSchedulerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

661 export declare class DxSchedulerModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/scroll-view/index.d.ts:174:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/scroll-view) which declares DxScrollViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

174 export declare class DxScrollViewModule {
                         ~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/select-box/index.d.ts:574:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/select-box) which declares DxSelectBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

574 export declare class DxSelectBoxModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/slide-out/index.d.ts:277:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/slide-out) which declares DxSlideOutModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

277 export declare class DxSlideOutModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/slide-out-view/index.d.ts:150:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/slide-out-view) which declares DxSlideOutViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

150 export declare class DxSlideOutViewModule {
                         ~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/slider/index.d.ts:296:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/slider) which declares DxSliderModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

296 export declare class DxSliderModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/sortable/index.d.ts:240:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/sortable) which declares DxSortableModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

240 export declare class DxSortableModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/sparkline/index.d.ts:385:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/sparkline) which declares DxSparklineModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

385 export declare class DxSparklineModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/speed-dial-action/index.d.ts:142:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/speed-dial-action) which declares DxSpeedDialActionModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

142 export declare class DxSpeedDialActionModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/switch/index.d.ts:253:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/switch) which declares DxSwitchModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

253 export declare class DxSwitchModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tab-panel/index.d.ts:325:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tab-panel) which declares DxTabPanelModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

325 export declare class DxTabPanelModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tabs/index.d.ts:295:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tabs) which declares DxTabsModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

295 export declare class DxTabsModule {
                         ~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tag-box/index.d.ts:602:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tag-box) which declares DxTagBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

602 export declare class DxTagBoxModule {
                         ~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/text-area/index.d.ts:345:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/text-area) which declares DxTextAreaModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

345 export declare class DxTextAreaModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/text-box/index.d.ts:396:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/text-box) which declares DxTextBoxModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

396 export declare class DxTextBoxModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tile-view/index.d.ts:259:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tile-view) which declares DxTileViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

259 export declare class DxTileViewModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/toast/index.d.ts:273:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/toast) which declares DxToastModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

273 export declare class DxToastModule {
                         ~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/toolbar/index.d.ts:213:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/toolbar) which declares DxToolbarModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

213 export declare class DxToolbarModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tooltip/index.d.ts:261:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tooltip) which declares DxTooltipModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

261 export declare class DxTooltipModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tree-list/index.d.ts:1125:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tree-list) which declares DxTreeListModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1125 export declare class DxTreeListModule {
                          ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tree-map/index.d.ts:567:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tree-map) which declares DxTreeMapModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

567 export declare class DxTreeMapModule {
                         ~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/tree-view/index.d.ts:447:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/tree-view) which declares DxTreeViewModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

447 export declare class DxTreeViewModule {
                         ~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/validation-group/index.d.ts:62:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/validation-group) which declares DxValidationGroupModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

62 export declare class DxValidationGroupModule {
                        ~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/validation-summary/index.d.ts:106:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/validation-summary) which declares DxValidationSummaryModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

106 export declare class DxValidationSummaryModule {
                         ~~~~~~~~~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/validator/index.d.ts:123:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/validator) which declares DxValidatorModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

123 export declare class DxValidatorModule {
                         ~~~~~~~~~~~~~~~~~
node_modules/devextreme-angular/ui/vector-map/index.d.ts:621:22 - error NG6003: Appears in the NgModule.exports of DevExtremeModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.

This likely means that the library (devextreme-angular/ui/vector-map) which declares DxVectorMapModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

Expected behavior: It should not fail…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:15

github_iconTop GitHub Comments

4reactions
riheldocommented, Apr 1, 2020

On tsconfig.json when a update the target to es2017 it compiled! Not recomended!

3reactions
LexDXcommented, Mar 24, 2020

Hi All,

This issue is not directly related to DevExtreme components. The Angular team is currently researching it in the context of the https://github.com/angular/angular/issues/36216 issue. As I see, they considered this issue as a regression in their code. So, I recommend you wait for updates from the Angular team in the https://github.com/angular/angular/issues/36216 issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 9 error NG6003: Appears in the NgModule.exports of ...
This likely means that the library (devextreme-angular/ui/bar-gauge) which declares DxBarGaugeModule has not been processed correctly by ngcc, ...
Read more >
Angular 9 - NGCC fails with an unhandled exception
This error may be because two or more entry-points overlap and ngcc has been asked to process some files more than once. You...
Read more >
uncaught (in promise): error: inject() must be called from an ...
I currently face an error in our microfrontend based Angular 12 application using webpack 5 module federation. The error occurs when multiple microfrontends...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found