mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 20:28:48 +01:00
refactor(ui features): enable module route
This commit is contained in:
parent
bf23b1c9c8
commit
4c82e7605e
1 changed files with 5 additions and 5 deletions
|
|
@ -28,11 +28,11 @@ const routes: Routes = [{
|
|||
loadChildren: () => import('./forms/forms.module')
|
||||
.then(m => m.FormsModule),
|
||||
},
|
||||
// {
|
||||
// path: 'ui-features',
|
||||
// loadChildren: () => import('./ui-features/ui-features.module')
|
||||
// .then(m => m.UiFeaturesModule),
|
||||
// },
|
||||
{
|
||||
path: 'ui-features',
|
||||
loadChildren: () => import('./ui-features/ui-features.module')
|
||||
.then(m => m.UiFeaturesModule),
|
||||
},
|
||||
// {
|
||||
// path: 'modal-overlays',
|
||||
// loadChildren: () => import('./modal-overlays/modal-overlays.module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue