feat(charts): add the charts demos

This commit is contained in:
Alexander Zhukov 2017-07-27 12:06:50 +03:00
parent cf9ccf1850
commit dd7acac528
25 changed files with 925 additions and 228 deletions

View file

@ -4,6 +4,4 @@ import { Component } from '@angular/core';
selector: 'ngx-chartjs',
templateUrl: './chartjs.component.html',
})
export class ChartjsComponent {
}
export class ChartjsComponent {}