Skip to content

Commit

Permalink
fix(front): Remove useHash in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Apr 21, 2018
1 parent ae0d082 commit bf01bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/apps/demo/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defineLocale('en', enGbLocale);
}),
AccountModule.forRoot(),
ThemesModule.forRoot(),
RouterModule.forRoot(AppRoutes, { useHash: true, preloadingStrategy: PreloadAllModules, initialNavigation: 'enabled' }),
RouterModule.forRoot(AppRoutes, { preloadingStrategy: PreloadAllModules, initialNavigation: 'enabled' }),
ModalModule.forRoot(),
AuthModalModule,
NavbarModule,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@
"ts-loader"
]
}
}
}

0 comments on commit bf01bf0

Please sign in to comment.