如何在angular2中使用app.component的onInit上的router.navigate

时间:2016-06-13 09:57:36

标签: angular angular2-routing angular2-directives

我正在尝试导航到角度为2的app.component.ts上的路线 这是plunkr链接:http://plnkr.co/edit/inqrSB

我想让这个工作:

string = "abcd"
string[1] = "s"

routeConfig在同一个组件中定义。有人可以建议我解决这个问题。

2 个答案:

答案 0 :(得分:1)

结果如下:http://plnkr.co/edit/JiNQpDFp3kmthMVbJvKt?p=preview

只需改变这样的用法:

this._router.navigate(['Characters'])  //how can i get this

答案 1 :(得分:0)

 this._router.navigate(["Name of your Component"])  

OR

   this._router.navigateByUrl("/where you want")