mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat: enable "miscellaneous" route
This commit is contained in:
parent
d694dc6a0b
commit
8b2121d67d
1 changed files with 5 additions and 5 deletions
|
|
@ -63,11 +63,11 @@ const routes: Routes = [{
|
|||
loadChildren: () => import('./tables/tables.module')
|
||||
.then(m => m.TablesModule),
|
||||
},
|
||||
// {
|
||||
// path: 'miscellaneous',
|
||||
// loadChildren: () => import('./miscellaneous/miscellaneous.module')
|
||||
// .then(m => m.MiscellaneousModule),
|
||||
// },
|
||||
{
|
||||
path: 'miscellaneous',
|
||||
loadChildren: () => import('./miscellaneous/miscellaneous.module')
|
||||
.then(m => m.MiscellaneousModule),
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'dashboard',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue