I am using a simple link to navigate to another page, with HashLocationStrategy :
<a href="/#/mypage">My Page</a></div>
After clicking the link above, mypage
is being loaded, but since I scrolled down the previous page it is loaded in the middle of the page (same scroll position of previous page).
I do have a workaround, but why is this happening?