refactor(editors): enable module route

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:41:14 +03:00
parent d3a3560de3
commit a7ad9699e8

View file

@ -53,11 +53,11 @@ const routes: Routes = [{
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')
// .then(m => m.EditorsModule), .then(m => m.EditorsModule),
// }, },
// { // {
// path: 'tables', // path: 'tables',
// loadChildren: () => import('./tables/tables.module') // loadChildren: () => import('./tables/tables.module')