Skip to content

Commit d74a6ba

Browse files
committed
docs: remove router title docs from 13.3.x (angular#46198)
The router title service is only available in 14+. Docs refactoring in angular@6189457 accidentally added documentation for it to 13.3.x PR Close angular#46198
1 parent 00e54e3 commit d74a6ba

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

aio/content/examples/router/src/app/app-routing.module.10.ts

Lines changed: 0 additions & 65 deletions
This file was deleted.

aio/content/guide/router.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -220,25 +220,6 @@ The one difference is that you place child routes in a `children` array within t
220220

221221
<code-example header="AppRoutingModule (excerpt)" path="router/src/app/app-routing.module.9.ts" region="child-routes"></code-example>
222222

223-
{@ setting-the-page-title}
224-
225-
## Setting the page title
226-
227-
Each page in your application should have a unique title so that they can be identified in the browser history.
228-
The `Router` sets the document's title using the `title` property from the `Route` config.
229-
230-
<code-example header="AppRoutingModule (excerpt)" path="router/src/app/app-routing.module.10.ts" region="page-title"></code-example>
231-
232-
<div class="alert is-helpful">
233-
234-
**NOTE**: <br /> The `title` property follows the same rules as static route `data` and dynamic values that implement `Resolve`.
235-
236-
</div>
237-
238-
You can also provide a custom title strategy by extending the `TitleStrategy`.
239-
240-
<code-example header="AppRoutingModule (excerpt)" path="router/src/app/app-routing.module.10.ts" region="custom-page-title"></code-example>
241-
242223
<a id="using-relative-paths"></a>
243224

244225
## Using relative paths

0 commit comments

Comments
 (0)