We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ok I am using "apexcharts": "^4.0.0" in my angular app @18.2.4 with the plugin "ng-apexcharts": "^1.10.0" now in the,
"apexcharts": "^4.0.0" it gives me the error that:
Error: node_modules/ng-apexcharts/lib/chart/chart.component.d.ts:1:23 - error TS2688: Cannot find type definition file for 'projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts'. 1 /// <reference types="projects/ng-apexcharts/node_modules/apexcharts/types/apexcharts" />
I have tried changing the packages version and also tried installing the @types/apexcharts which does not exits(correct me if I am mad).
Do anyone else has this problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ok I am using "apexcharts": "^4.0.0" in my angular app @18.2.4 with the plugin "ng-apexcharts": "^1.10.0" now in the,
"apexcharts": "^4.0.0" it gives me the error that:
I have tried changing the packages version and also tried installing the @types/apexcharts which does not exits(correct me if I am mad).
Do anyone else has this problem?
Thanks in advance.
The text was updated successfully, but these errors were encountered: