在角度2组件模板中使用锚点,如
<a href="#somewhere">Scroll/Jump to Somewhere</a>
导致路由消失并使用添加的窗口哈希位置重新加载基本URL ...我做错了什么?
示例
有效路线:&#39;&#39; http://localhost:4200/help/test
---&GT;点击上面给出的锚点会导致:http://localhost/#somewhere
答案 0 :(得分:0)
<a [routerLink]="['/somewhere']">click to redirect</a>