Angular2和窗口哈希位置不改变滚动位置

时间:2017-05-20 14:36:03

标签: angular hash location window

在角度2组件模板中使用锚点,如

<a href="#somewhere">Scroll/Jump to Somewhere</a>

导致路由消失并使用添加的窗口哈希位置重新加载基本URL ...我做错了什么?

示例

有效路线:&#39;&#39; http://localhost:4200/help/test

---&GT;点击上面给出的锚点会导致:http://localhost/#somewhere

而不是http://localhost:4200/help/test#somewhere

1 个答案:

答案 0 :(得分:0)

<a [routerLink]="['/somewhere']">click to redirect</a>