refactor: enable chart and map modules routes

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:36:26 +03:00
parent ee3dde8e43
commit 20930af478

View file

@ -43,16 +43,16 @@ const routes: Routes = [{
loadChildren: () => import('./extra-components/extra-components.module') loadChildren: () => import('./extra-components/extra-components.module')
.then(m => m.ExtraComponentsModule), .then(m => m.ExtraComponentsModule),
}, },
// { {
// path: 'maps', path: 'maps',
// loadChildren: () => import('./maps/maps.module') loadChildren: () => import('./maps/maps.module')
// .then(m => m.MapsModule), .then(m => m.MapsModule),
// }, },
// { {
// path: 'charts', path: 'charts',
// loadChildren: () => import('./charts/charts.module') loadChildren: () => import('./charts/charts.module')
// .then(m => m.ChartsModule), .then(m => m.ChartsModule),
// }, },
// { // {
// path: 'editors', // path: 'editors',
// loadChildren: () => import('./editors/editors.module') // loadChildren: () => import('./editors/editors.module')