标签: angular
我想在不重定向页面的情况下向网址添加路径。
就像我在/ home /页面上一样,我想在不触发重定向的情况下移至/ home / item1。
我在堆栈上发现了很多示例,但是它们都不在角度7中工作。
location.go或location.replaceState
constructor(private location: Location) { }
我正在尝试找到角度7的方法。
答案 0 :(得分:1)
使用Angular router
this.router.navigate(['/mypath']);