在angular 6+中删除多个查询参数之一

时间:2019-01-23 12:04:53

标签: javascript angular angular6

我收到类似 http://localhost:4444/categories/fashion?attributeValue=green&attributeValue=red 我如何从查询参数中删除attributeValue = red;结果我想得到像 http://localhost:4444/categories/fashion?attributeValue=green

路由器功能有可能吗?

1 个答案:

答案 0 :(得分:0)

您可以使用新的查询参数导航到当前网址。

this.router.navigate([], queryParams);