mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-29 12:46:10 +01:00
refactor(extra components): enable module route
This commit is contained in:
parent
448bf2a705
commit
5060c2b228
1 changed files with 5 additions and 5 deletions
|
|
@ -38,11 +38,11 @@ const routes: Routes = [{
|
|||
loadChildren: () => import('./modal-overlays/modal-overlays.module')
|
||||
.then(m => m.ModalOverlaysModule),
|
||||
},
|
||||
// {
|
||||
// path: 'extra-components',
|
||||
// loadChildren: () => import('./extra-components/extra-components.module')
|
||||
// .then(m => m.ExtraComponentsModule),
|
||||
// },
|
||||
{
|
||||
path: 'extra-components',
|
||||
loadChildren: () => import('./extra-components/extra-components.module')
|
||||
.then(m => m.ExtraComponentsModule),
|
||||
},
|
||||
// {
|
||||
// path: 'maps',
|
||||
// loadChildren: () => import('./maps/maps.module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue