I have a html theme which uses href="#" for opening sidebar menu and also uses the hash href='#' for tab switching - but in angularjs 2 I am unable to use it, the moment I click on it to open side-Menu or for Tab Switch - The browser page is changed and generally goes to 404 Error else refreshes the page itself
Currently I am studying the HashLocationStrategy in the API docs, but no luck yet. Do let me know how you solved this issue
update: hashLocationStrategy is not the solution I looking for