基本上标题说明了一切。我想在Angular2中的另一个页面上从一个页面导航到某个id。
bar / bar.component.html里面的我有一个按钮,应该把我带到foo#orange:
<a [routerLink]=" ['/foo'] " fragment="orange" href="#orange" class="button">hello orange</a>
锚定在foo / foo.component.html:
中<article class="orange" id="orange">
发生的事情是,浏览器打开&#34; / foo#orange&#34;但保持在页面顶部。
[编辑] 这似乎是Angular2中的known issue。