From 2398b43e8859e5788416fe4cd594e0e0b5ed7f40 Mon Sep 17 00:00:00 2001 From: GuoYuFei Date: Sun, 23 Dec 2018 00:47:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=8F=A5?= =?UTF-8?q?=E8=AF=AD=E6=84=8F=E6=B7=B7=E4=B9=B1=E7=9A=84=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 7982eca07d..6a0dd706d7 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -5248,7 +5248,7 @@ second argument in the `router.navigate` function and provide the `queryParamsHandling` and `preserveFragment` to pass along the current query parameters and fragment to the next route. -还可以再导航之间**保留**查询参数和片段,而无需再次再导航中提供。在 `LoginComponent` 中的 `router.navigate` 方法中,添加第二个参数,该**对象**提供了 `queryParamsHandling` 和 `preserveFragment`,用于传递到当前的查询参数中并为下一个路由提供片段。 +还可以在导航之间**保留**查询参数和片段,而无需再次在导航中提供。在 `LoginComponent` 中的 `router.navigate` 方法中,添加一个对象作为第二个参数,该**对象**提供了 `queryParamsHandling` 和 `preserveFragment`,用于传递当前的查询参数和片段到下一个路由。