UNPKG

angular2-chartjs

Version:
12 lines (10 loc) 244 B
import 'chart.js'; import { NgModule } from '@angular/core'; import { ChartComponent } from './chart.component'; @NgModule({ declarations: [ ChartComponent ], exports: [ ChartComponent ] }) export class ChartModule { constructor() { } }