Created
May 12, 2020 20:41
-
-
Save dsebastien/2d9ad1718d4f9af4a1433e85aebb7922 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@NgModule({ | |
exports: [RouterModule], | |
imports: [ | |
CommonModule, | |
RouterModule.forRoot(appRoutes, { | |
... | |
// Restore the last scroll position | |
scrollPositionRestoration: "enabled", | |
scrollOffset: [0, 0], | |
// Enable scrolling to anchors | |
anchorScrolling: "enabled", | |
}), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment