From 970d7f7c6fec30cc9bd940fd849610872ed72e02 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Tue, 13 Jul 2021 17:28:37 +0000 Subject: [PATCH] docs: update routing-overview topic with link to custom route matches tutorial (#42837) PR Close #42837 --- aio/content/guide/routing-overview.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/routing-overview.md b/aio/content/guide/routing-overview.md index cde3543be7..5b24b3d034 100644 --- a/aio/content/guide/routing-overview.md +++ b/aio/content/guide/routing-overview.md @@ -34,9 +34,14 @@ Before creating a route, you should be familiar with the following:

Add more routing features to the Tour of Heroes tutorial.

+ +
Creating custom route matches tutorial
+

A tutorial that covers how to use custom matching strategy patterns with Angular routing.

+ +
Router reference

Describes some core router API concepts.

- \ No newline at end of file +