Angular2路由器3.0.0-beta.2 hostComponent

时间:2016-07-18 12:16:03

标签: angular angular-routing

当我使用router-depracated时,我检查一个如下的组件名称:

@ManyToMany

但是在升级到3.0.0-beta.2之后我收到一个错误“类型'路由器'上不存在属性'hostComponent'”我可以在新路由器中使用什么而不是hostComponent.name?

1 个答案:

答案 0 :(得分:1)

在路由组件中,您可以使用

constructor(route: ActivatedRoute) {
  this.componentName = route.component;
}