使用ngIf的route component属性

时间:2016-09-09 18:00:48

标签: angularjs angular angular-ui-router angular2-routing

我正在尝试使用路由器之外的属性来触发ngIf,但我不确定html中的正确语法。 Angular2 RC6

{
  path: 'detail/:id',
  component: HeroDetailComponent
},

<div *ngIf="router.component = HeroDetailComponent">
            some text to be shown if the HeroDetailComponent is loaded
</div>

1 个答案:

答案 0 :(得分:-1)

使用===未反映在角度文档页面....