如何导航到Angular 2中另一个组件的div?

时间:2016-02-14 20:07:42

标签: angular

我有routeConfig如下,我正在使用HashLocationStrategy。

@RouteConfig([
    {path: '/', name: 'Home', component: HomeComponent, useAsDefault: true},
    {path: '/me', name: 'Profile', component: ProfileComponent}
])

如何使用angular2 routing从主页视图导航到个人资料视图中的div(或部分​​)(个人资料#技能)

如果是纯HTML,我会在 /profile.html#skills 上进行href。我不知道如何在angular2中做到这一点。可能是它很简单。感谢任何指针。

TIA

1 个答案:

答案 0 :(得分:0)

目前这是Angular2中的错误或缺失功能。另请参阅https://github.com/angular/angular/issues/6595