1

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


Abdeali Chandanwala
  • 8,449
  • 6
  • 31
  • 45

1 Answers1

0

Looks like it is this issue https://github.com/angular/angular/issues/6595 you are running into.

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567