Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
hash routing
Browse files Browse the repository at this point in the history
  • Loading branch information
clouless committed Dec 29, 2018
1 parent efd0bb3 commit 1a7a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const appRoutes: Routes = [
TerminalOutputComponent
],
imports: [
RouterModule.forRoot(appRoutes),
RouterModule.forRoot(appRoutes, { useHash: true }),
BrowserModule,
FormsModule,
HttpClientModule
Expand Down

0 comments on commit 1a7a692

Please sign in to comment.