enable scroll position restoration and anchor scrolling

This commit is contained in:
Felipe Knorr Kuhn 2021-05-10 22:15:54 -07:00
parent 8ed664e3a9
commit be2f024da1

View file

@ -298,7 +298,9 @@ if (browserWindowEnv && browserWindowEnv.OFFICIAL_BISQ_MARKETS) {
@NgModule({
imports: [RouterModule.forRoot(routes, {
initialNavigation: 'enabled'
initialNavigation: 'enabled',
scrollPositionRestoration: 'enabled',
anchorScrolling: 'enabled'
})],
exports: [RouterModule]
})