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:
parent
5fd1d21680
commit
905733593b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue