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.
This commit is contained in:
Josh Schneider 2017-02-06 18:59:21 -08:00 committed by Ward Bell
parent 5fd1d21680
commit 905733593b
1 changed files with 1 additions and 1 deletions

View File

@ -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,