Skip to content

Commit

Permalink
feat: use History API rather than hash routing
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Mar 19, 2018
1 parent cc00ff0 commit b968d67
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 @@ -43,7 +43,7 @@ const routes: Routes = [
BrowserModule,
FormsModule,
HttpModule,
RouterModule.forRoot(routes, { useHash: true }),
RouterModule.forRoot(routes),
],
providers: [
APIHostProvider,
Expand Down

0 comments on commit b968d67

Please sign in to comment.