Initially, my Angular 6 project was functioning perfectly with all the packages in working order.
However, upon attempting to upgrade it to Angular 8, I encountered the following error message when running ng serve
:
The module '"*/node_modules/ngx-echarts/ngx-echarts"' does not have an exported member 'NgxEchartsService'.
I am seeking a resolution for this issue. As of now, all dependencies have been updated to Angular 8.
The current version of ngx-echarts being used is 4.2.2
Thank you in advance for any assistance provided.