Start on dynamic menus for connect-admin - dev only
This commit is contained in:
parent
1bf4755828
commit
abd92a6347
|
@ -1 +1 @@
|
|||
Subproject commit 2eb06717dd681898ef47da0f5da39a9005df3878
|
||||
Subproject commit edad40ad0bce0ffe073ec553931bb600360d2fff
|
|
@ -33,6 +33,11 @@ import {RouterModule} from '@angular/router';
|
|||
path: 'pages',
|
||||
loadChildren: () => import('../../openaireLibrary/dashboard/page/pages.module').then(m => m.PagesModule),
|
||||
pathMatch: 'full'
|
||||
},
|
||||
{
|
||||
path: 'menu',
|
||||
loadChildren: () => import('../../openaireLibrary/dashboard/menu/menu.module').then(m => m.MenuModule),
|
||||
pathMatch: 'full'
|
||||
}
|
||||
])
|
||||
]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 28db142aa54b8bea87ada52dbae2da7c7da8f458
|
||||
Subproject commit 18d805e05fe839e143f9f1eeb9fd42f4dcea67d0
|
|
@ -1 +1 @@
|
|||
Subproject commit 8f656664973f82d9f6f0228968a77643964da805
|
||||
Subproject commit 3534471c8c7dcd58d53cb8ad84a92e051ef72dd8
|
Loading…
Reference in New Issue