gpt4 book ai didi

typescript - 如何在 Angular2 中输入 routeParams?

转载 作者:太空狗 更新时间:2023-10-29 18:00:06 25 4
gpt4 key购买 nike

我在 RouteConfig 中定义了 routeParam:

{ path: '/user/:id', name: 'User', component: User }

在我的代码中,我调用了路由器的导航方法:

userSelected(userid) {
this._router.navigate(['User', { id: userid }]);
}

编译器告诉我以下内容:

Argument of type '(string | { id: any; })[]' is not assignable to parameter of type 'string.

如何键入参数 id,以便编译器将其检测为数字?

最佳答案

我会直接使用 this._router.navigateByUrl('user/' + userid );

关于typescript - 如何在 Angular2 中输入 routeParams?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35902522/

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