mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-15 17:46:30 +01:00
feat(charts): add the charts examples
This commit is contained in:
parent
e8dc2b9c72
commit
20a05654f4
19 changed files with 655 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue