标签: angular
使用包含另一个包含查询字符串的URL的查询参数来解析URL, 例如:
new DefaultUrlSerializer().parse('/bar?redirect_to=http://bar/baz?yolo=true');
参数'redirect_to'包含查询字符串参数的值,直到问号,但之后的所有内容都将被删除。
redirect_to