Correctly scroll in notification preferences
This commit is contained in:
parent
2f1548fda3
commit
07a982363f
3 changed files with 5 additions and 6 deletions
|
@ -43,7 +43,8 @@ const routes: Routes = [
|
|||
imports: [
|
||||
RouterModule.forRoot(routes, {
|
||||
useHash: Boolean(history.pushState) === false,
|
||||
preloadingStrategy: PreloadSelectedModulesList
|
||||
preloadingStrategy: PreloadSelectedModulesList,
|
||||
anchorScrolling: 'enabled'
|
||||
})
|
||||
],
|
||||
providers: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue