feat(charts): add the charts examples

This commit is contained in:
Alexander Zhukov 2017-05-11 18:31:55 +03:00
parent e8dc2b9c72
commit 20a05654f4
19 changed files with 655 additions and 13 deletions

View file

@ -3,7 +3,7 @@ import { Component } from '@angular/core';
@Component({
selector: 'ngx-charts',
template: `
<p>charts work!</p>
<router-outlet></router-outlet>
`,
})
export class ChartsComponent {