From 905733593ba10a2a18572bec21ee175fbb5ab1f8 Mon Sep 17 00:00:00 2001 From: Josh Schneider Date: Mon, 6 Feb 2017 18:59:21 -0800 Subject: [PATCH] docs (router): fix type in router.jade (#3205) Fix "Since the admin dashboard RouterLink is an empty path route in the AdminModule," ... "AdminModule" s/b "AdminComponent," AFICT. --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 462b5ad421..bc13670d48 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1941,7 +1941,7 @@ a#can-activate-guard .l-sub-section :marked - Since the admin dashboard `RouterLink` is an empty path route in the `AdminModule`, it + Since the admin dashboard `RouterLink` is an empty path route in the `AdminComponent`, it is considered a match to any route within the admin feature area. You only want the `Dashboard` link to be active when the user visits that route. Add an additional binding to the `Dashboard` routerLink,