在angular2 rc1中,我订阅了路线的变化:
this.router.changes.subscribe( () => { console.log(this.location.path()); });
我如何订购angular2 rc3中的路线?router.changes已经不存在了.
router angular
angular ×1
router ×1