angular hash sign in url

Solutions on MaxInterview for angular hash sign in url by the best coders in the world

showing results for - "angular hash sign in url"
Samantha
15 Feb 2017
1When configuring application routing in an angular project one can choose 
2between regular HTML5 routing (PathLocationStrategy) or "hash-style URL" routing 
3(HashLocationStrategy).
4
5The default is PathLocationStrategy but hash-style routes can be implemented by 
6passing {useHash: true} as the second parameter to the RouterModule.forRoot() function