I have been trying to set up google-chart-angular in my Angular project by following the steps outlined in this tutorial. I have also added GoogleChartsModule to my app.module.ts file.
Although I believe everything is set up correctly, when I try to run the project, I encounter the following error:
Error: The target entry-point "angular-google-charts" has missing dependencies:
- rxjs
- @angular/core
- rxjs/operators
I have attempted to resolve this issue by performing a general npm install, but it did not work. I also tried the solution provided in this answer from a different thread, but had no success and still received the same error messages.
I would greatly appreciate any assistance with resolving this issue as I am currently facing challenges with it.