|
|
@ -5,7 +5,7 @@ import {PageURLResolverComponent} from "./openaireLibrary/utils/pageURLResolver.
|
|
|
|
|
|
|
|
|
|
|
|
const routes: Routes = [
|
|
|
|
const routes: Routes = [
|
|
|
|
// Other Pages
|
|
|
|
// Other Pages
|
|
|
|
{path: '', loadChildren: () => import('./home/home.module').then(m => m.HomeModule)},
|
|
|
|
{path: '', loadChildren: () => import('./home/home.module').then(m => m.HomeModule), data: {hasStickyHeaderOnMobile: true}},
|
|
|
|
{path: 'home', redirectTo: '', pathMatch: 'full'},
|
|
|
|
{path: 'home', redirectTo: '', pathMatch: 'full'},
|
|
|
|
{path: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)},
|
|
|
|
{path: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)},
|
|
|
|
{path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.LibSdgModule)},
|
|
|
|
{path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.LibSdgModule)},
|
|
|
|