Angular 2 & ng2-charts: (SystemJS) Unexpected directive 'BaseChartComponent' imported – Twitter bootstrap
I am trying to get the ng2-charts module to work with my Angular 2 application using a Node.js back-end. This is my app.module.ts file import {NgModule} from "@angular/core"; import {BrowserModule} from "@angular/platform-browser"; import {FormsModule} from "@angular/forms"; import {HttpModule} from "@angular/http";…