Angular2导航到另一页

时间:2016-09-26 12:16:06

标签: html angularjs angular

基本上标题说明了一切。我想在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

0 个答案:

没有答案