-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Is this going to be compatible with Angular 9? I am trying to import it and am coming across an error which I'm assuming means it's not compatible with the latest Angular version:
ERROR in node_modules/@dabeng/ng-orgchart/lib/components/orgchart/orgchart.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AdminModule, but could not be resolved to an NgModule class.
This likely means that the library (@dabeng/ng-orgchart) which declares OrgchartModule 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.
Thanks for any information!