mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
refactor: enable modals module route
This commit is contained in:
parent
5832985282
commit
db10f98fe6
1 changed files with 5 additions and 5 deletions
|
|
@ -33,11 +33,11 @@ const routes: Routes = [{
|
|||
loadChildren: () => import('./ui-features/ui-features.module')
|
||||
.then(m => m.UiFeaturesModule),
|
||||
},
|
||||
// {
|
||||
// path: 'modal-overlays',
|
||||
// loadChildren: () => import('./modal-overlays/modal-overlays.module')
|
||||
// .then(m => m.ModalOverlaysModule),
|
||||
// },
|
||||
{
|
||||
path: 'modal-overlays',
|
||||
loadChildren: () => import('./modal-overlays/modal-overlays.module')
|
||||
.then(m => m.ModalOverlaysModule),
|
||||
},
|
||||
// {
|
||||
// path: 'extra-components',
|
||||
// loadChildren: () => import('./extra-components/extra-components.module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue