title | The target entry-point "@grapecity/activereports-angular" has missing dependencies | ActiveReportsJS |
description | You receive an error message when using Angular 9 with ARJS |
keywords | Angular9, Ivy, ARJS, Angular, ActiveReportsJS |
author | Evan Warren |
product | ActiveReportsJS |
technology | HTML5/Javascript |
cta | ACTIVEREPORTS_JS |
Background:
When working with Angular 9 in ARJS, you will get an error message when you try to compile your application:
ERROR in The target entry-point "@grapecity/activereports-angular" has missing dependencies: - rdlx-model - @grapecity/ar-js-viewer/ExportPanel - @grapecity/viewer-core - @grapecity/ar-js-viewer - @grapecity/viewer-core/features/search
Steps to Complete:
1. Angular 9 uses Ivy compiler by default. You can disable Ivy in tsconfig.app.json file and then recompile your application:
"angularCompilerOptions": { "enableIvy": false }
Additional resources:
https://stackoverflow.com/questions/60316789/problem-using-active-reports-in-angular-9