-1

I am using highcharts-angular as per official documentation : https://www.npmjs.com/package/highcharts-angular and facing the error :

If 'highcharts-chart' is an Angular component, then verify that it is part of this module.

rtvalluri
  • 557
  • 2
  • 6
  • 22

1 Answers1

1

After browsing through no of pages, problem solved when,

I disabled Angular language service and restarting my editor.

for more info : https://github.com/highcharts/highcharts-angular/issues/120#issuecomment-638128725

rtvalluri
  • 557
  • 2
  • 6
  • 22