From 7a8821c9aa8f9ae7d89429728142f30aba2a6bf5 Mon Sep 17 00:00:00 2001 From: Alexey Elin Date: Sat, 6 Feb 2021 22:38:13 +0300 Subject: [PATCH] docs: add link to component-less routes description. (#40741) Currently it's not clear what a component-less route is. Add a link to make it clear PR Close #40741 --- 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 a3aa6036b0..b8706a8269 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -371,7 +371,7 @@ The following route guards are available in Angular: * [`Resolve`](api/router/Resolve) * [`CanLoad`](api/router/CanLoad) -To use route guards, consider using component-less routes as this facilitates guarding child routes. +To use route guards, consider using [component-less routes](api/router/Route#componentless-routes) as this facilitates guarding child routes. Create a service for your guard: