Angular2 ComponentRouter阻止自动组件重用

时间:2016-08-05 09:47:54

标签: angular angular2-routing

文档https://angular.io/docs/ts/latest/guide/router.html

  

...默认情况下,路由器在重新导航到相同的组件类型时重用组件实例,而不首先访问其他组件。参数可以在每次重复使用之间改变......

但没有提示如何更改此默认行为。

是否可以防止重复使用?

1 个答案:

答案 0 :(得分:1)

目前不支持此功能。有计划在下一个版本之一中添加对某些可配置性的支持。

另见https://github.com/angular/angular/issues/9811

中的讨论

现在由https://github.com/angular/angular/pull/13124

修正了

另见https://www.softwarearchitekt.at/post/2016/12/02/sticky-routes-in-angular-2-3-with-routereusestrategy.aspx