refactor(tables): enable tables route

This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:51:09 +03:00
parent b700c3645d
commit e7c031f7a3

View file

@ -58,11 +58,11 @@ const routes: Routes = [{
loadChildren: () => import('./editors/editors.module')
.then(m => m.EditorsModule),
},
// {
// path: 'tables',
// loadChildren: () => import('./tables/tables.module')
// .then(m => m.TablesModule),
// },
{
path: 'tables',
loadChildren: () => import('./tables/tables.module')
.then(m => m.TablesModule),
},
// {
// path: 'miscellaneous',
// loadChildren: () => import('./miscellaneous/miscellaneous.module')