Kindly explain useHash: true
method in angular 2 route method.
My Questions:
what is the purpose we using it.
why the value is "true" why not "false" ?
if the value is false, what could be happen ?
RouterModule.forRoot([ ABOUT_ROUTE ], { useHash: true })