mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +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
|
|
@ -23,7 +23,7 @@ const routes: Routes = [{
|
|||
loadChildren: './maps/maps.module#MapsModule',
|
||||
}, {
|
||||
path: 'charts',
|
||||
component: ChartsComponent,
|
||||
loadChildren: './charts/charts.module#ChartsModule',
|
||||
}, {
|
||||
path: 'editors',
|
||||
loadChildren: './editors/editors.module#EditorsModule',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue