-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
Problem with package.json + sonar errors #269
Comments
|
Thanks for your quick reply. 1st issue 5 import { HighchartsChartModule } from "highcharts-angular"; Apparently, there are two alternatives to solve this problem:
The second option also adds highcharts-angular to the node_modules, which sounds reasonable. 2nd issue
I wouldn't dare to argue the way you do things is incorrect and should be improved. There might be very good reasons why the code is exactly as it is and should not be changed. Rather, as a beginner, I am happy to use these libraries and prefer to get rid of all these warnings in my own code, if possible. Usually, this only takes a couple of minutes to either fix these issues or supress the warnings. Since it might also help others and since I was asking for help regarding my import { MapChartComponent } from "./map-chart/map-chart.component"; |
I split this issue into separate tickets so I'm going to close this one. |
Thank you very much for the demo app, which really helps to understand how highcharts-angular works.
I noticed that highcharts-angular itself is missing in the dependencies of the package json and was only able to compile the project after adding it and running npm again.
"highcharts": "^9.0.0",
"highcharts-angular": "^2.10.0",
"highcharts-custom-events": "^3.0.10",
Besides there were some sonar warnings and errors (mainly quotemarks and a problem related to how rxjs is imported). As a beginner, sonar actually helps me a lot to understand how to do implement an angular app. Any chance that these warnings and errors get fixed?
The text was updated successfully, but these errors were encountered: