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

Commit 1a7a692

Browse files
author
clouless
committed
hash routing
1 parent efd0bb3 commit 1a7a692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const appRoutes: Routes = [
2626
TerminalOutputComponent
2727
],
2828
imports: [
29-
RouterModule.forRoot(appRoutes),
29+
RouterModule.forRoot(appRoutes, { useHash: true }),
3030
BrowserModule,
3131
FormsModule,
3232
HttpClientModule

0 commit comments

Comments
 (0)