Skip to content

Commit

Permalink
resolve angular routing broken when app is built
Browse files Browse the repository at this point in the history
  • Loading branch information
artooro authored and leaanthony committed Sep 10, 2020
1 parent c9b26c6 commit e0aab7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const routes: Routes = [];

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

0 comments on commit e0aab7c

Please sign in to comment.