Skip to content

Commit

Permalink
Add hash to url
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanconstantinescu committed Jul 30, 2019
1 parent 94f3822 commit 49ea5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const routes: Routes = [

@NgModule({
imports: [
RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules }),
RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules, useHash: true }),
],
exports: [
RouterModule,
Expand Down

0 comments on commit 49ea5eb

Please sign in to comment.