I am trying to integrate the ng2-Charts while compiling it is throwing the error on the console and browser.
As i took the reference of this question downgrading the version of the ng2-charts also throws the error in the console and the browser.
app.module.ts
import { ChartsModule } from 'ng2-charts'
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
ChartsModule,
HttpClientModule
],
providers: [],
bootstrap: [AppComponent]
})
I am using "ng2-charts": "^2.3.0", version of the charts now