diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 4051874..393a0ec 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -128,10 +128,12 @@ const routes: Routes = [ // resolve: { envSpecific: EnvironmentSpecificResolver }, // data: {hasAdminMenu: true} // }, + { path: 'theme', loadChildren: './openaireLibrary/utils/theme/theme.module#ThemeModule'}, { path: '', loadChildren: './monitor/monitor.module#MonitorModule', resolve: {envSpecific: EnvironmentSpecificResolver}, + data: {hasMiniMenu: true, isFrontPage: true} }, { path: '**', diff --git a/src/app/app.component.html b/src/app/app.component.html index 6c1b0de..9978cc8 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,6 +1,7 @@ -