swimlane/ngx-graph

Angular 11 support on V^8.0.3

ElChouaib opened this issue · 0 comments

Describe the bug
i installed the lastest version of ngx-graph (8.0.3) in my angular based app (angular 11)
i'm facing this kind of problems

This likely means that the library (@swimlane/ngx-graph) which declares NgxGraphModule 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.

Error: ./node_modules/d3-scale/src/band.js
Module not found: Error: Can't resolve 'd3-array' in '/Users/elchouaib/Projects/theDreamTeam/edms/client/node_modules/d3-scale/src'

I wonder if anyone already worked with the library in angular 11.