Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created May 12, 2020 20:41
Show Gist options
  • Save dsebastien/2d9ad1718d4f9af4a1433e85aebb7922 to your computer and use it in GitHub Desktop.
Save dsebastien/2d9ad1718d4f9af4a1433e85aebb7922 to your computer and use it in GitHub Desktop.
@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