Skip to content

Commit

Permalink
Fix issue #15
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed May 10, 2017
1 parent 89e34eb commit e7cd6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const routes: Routes = [
];

@NgModule({
imports: [RouterModule.forRoot(routes)],
imports: [RouterModule.forRoot(routes, {useHash: true})],
exports: [RouterModule]
})
export class AppRoutingModule { }

0 comments on commit e7cd6e6

Please sign in to comment.