Add hasStickyHeaderInMobile in home page.

angular-16
parent 1602407c41
commit bfd7e1bf94

@ -5,7 +5,7 @@ import {PageURLResolverComponent} from "./openaireLibrary/utils/pageURLResolver.
const routes: Routes = [
// 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: 'mail-preferences', loadChildren: () => import('./userEmailPreferences/mailPrefs.module').then(m => m.LibMailPrefsModule)},
{path: 'sdgs', loadChildren: () => import('./sdg/sdg.module').then(m => m.LibSdgModule)},

@ -1 +1 @@
Subproject commit 40ef9507150f90d9e50298adb23c29b3d5a9745b
Subproject commit f2a2c52d435629bad2c9af68240d76dfefe4dfd9

@ -1 +1 @@
Subproject commit ae7e623418e7362e80cf9f65db7a004c0857d239
Subproject commit a7e2f9882fc3cbb9f14ced3e0600d15bf2ffb887

@ -1 +1 @@
Subproject commit d52e92929799a1626aff66ad413c6db2be521555
Subproject commit 5feca2d8457324999557feb662b4355d8cf0df4b
Loading…
Cancel
Save