apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

Angular 13 issues #196

Closed zcsoriano closed 2 years ago

zcsoriano commented 2 years ago

Issue

Error: Module not found: Error: Package path ./lib/ng-apexcharts.module is not exported from package C:...\node_modules\ng-apexcharts (see exports field in C:...\node_modules\ng-apexcharts\package.json)

Details

I installed ng-apexcharts in my project using the instructions in the README.md. I encounter the error after running ng serve. I have not yet added any charts.

For context, my project has the ff versions installed: "apexcharts": "3.33.0", .. "ng-apexcharts": "1.7.0",

zcsoriano commented 2 years ago

I noticed that NgApexchartsModule was imported from the wrong path. Fixing it solved the issue.