标签: angular
我用
this.location.go(this.location.path() + '/search');
将/search添加到我的当前路径,而不会触发重新加载。
/search
现在,我想对这一变化做出反应。我尝试使用
this.router.events.subscribe(event => { console.log(event()}
但是似乎从未检测到路线更改。如何添加/search?