mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
refactor: enable chart and map modules routes
This commit is contained in:
parent
ee3dde8e43
commit
20930af478
1 changed files with 10 additions and 10 deletions
|
|
@ -43,16 +43,16 @@ const routes: Routes = [{
|
|||
loadChildren: () => import('./extra-components/extra-components.module')
|
||||
.then(m => m.ExtraComponentsModule),
|
||||
},
|
||||
// {
|
||||
// path: 'maps',
|
||||
// loadChildren: () => import('./maps/maps.module')
|
||||
// .then(m => m.MapsModule),
|
||||
// },
|
||||
// {
|
||||
// path: 'charts',
|
||||
// loadChildren: () => import('./charts/charts.module')
|
||||
// .then(m => m.ChartsModule),
|
||||
// },
|
||||
{
|
||||
path: 'maps',
|
||||
loadChildren: () => import('./maps/maps.module')
|
||||
.then(m => m.MapsModule),
|
||||
},
|
||||
{
|
||||
path: 'charts',
|
||||
loadChildren: () => import('./charts/charts.module')
|
||||
.then(m => m.ChartsModule),
|
||||
},
|
||||
// {
|
||||
// path: 'editors',
|
||||
// loadChildren: () => import('./editors/editors.module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue