From 10406977877a5a7f6c44d5f212e711e64b820984 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Mon, 24 May 2021 21:54:02 +0000 Subject: [PATCH] docs: remove sentence about how the not reloading the page. (#42290) Fixes #41889 PR Close #42290 --- aio/content/guide/router.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 26117ab227..07f99dac92 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -447,7 +447,6 @@ The link parameters array affords the flexibility to represent any routing depth ## `LocationStrategy` and browser URL styles When the router navigates to a new component view, it updates the browser's location and history with a URL for that view. -As this is a strictly local URL the browser won't send this URL to the server and will not reload the page. Modern HTML5 browsers support history.pushState, a technique that changes a browser's location and history without triggering a server page request. The router can compose a "natural" URL that is indistinguishable from one that would otherwise require a page load.