feat: enable "miscellaneous" route

This commit is contained in:
Sergey Andrievskiy 2019-07-02 12:22:54 +03:00
parent d694dc6a0b
commit 8b2121d67d

View file

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