Skip to content

Commit

Permalink
Remove Hash (#) from the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalidas10 committed Sep 6, 2020
1 parent 688b9b6 commit 2c5e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const appRoutes: Routes = [
];

@NgModule({
imports: [RouterModule.forRoot(appRoutes, { useHash: true })],
imports: [RouterModule.forRoot(appRoutes)],
exports: [RouterModule],
providers: [AuthGuard, LoginGuard, Constants]
})
Expand Down

0 comments on commit 2c5e92d

Please sign in to comment.