gpt4 book ai didi

Angular 2 激活路线

转载 作者:太空狗 更新时间:2023-10-29 17:22:53 26 4
gpt4 key购买 nike

也许我遗漏了什么?

在 Angular 2 组件中,我只是想获取完整的激活路由。

我不想使用 location.href

我的构造函数如下:

constructor(private route: ActivatedRoute) {}

ngOnInit() 中,我尝试在这里找到值但没有成功:

this.route.data.url

最佳答案

你不需要为此使用ActivatedRoute,你需要使用Router以字符串的形式查询当前的URL:

constructor(r: Router) {
console.log(r.url);
}

关于Angular 2 激活路线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44853640/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com