Skip to content

Commit

Permalink
remove deprecated useHash param
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill committed Dec 6, 2024
1 parent f152510 commit 1859c05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/projects/install-wizard/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const routes: Routes = [
RouterModule.forRoot(routes, {
scrollPositionRestoration: 'enabled',
preloadingStrategy: PreloadAllModules,
useHash: true,
}),
],
exports: [RouterModule],
Expand Down
1 change: 0 additions & 1 deletion web/projects/setup-wizard/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const routes: Routes = [
RouterModule.forRoot(routes, {
scrollPositionRestoration: 'enabled',
preloadingStrategy: PreloadAllModules,
useHash: true,
initialNavigation: 'disabled',
}),
],
Expand Down

0 comments on commit 1859c05

Please sign in to comment.