Abhishek YG
Results
1
comments of
Abhishek YG
Below code worked for me: **app.module.ts** import { ChartModule } from 'angular2-highcharts'; import { HighchartsStatic } from 'angular2-highcharts/dist/HighchartsService'; declare var require: any; export function highchartsFactory() { return require('highcharts'); } @NgModule({...