Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 9057335

Browse files
Josh68wardbell
authored andcommitted
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.
1 parent 5fd1d21 commit 9057335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/router.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@ a#can-activate-guard
19411941

19421942
.l-sub-section
19431943
:marked
1944-
Since the admin dashboard `RouterLink` is an empty path route in the `AdminModule`, it
1944+
Since the admin dashboard `RouterLink` is an empty path route in the `AdminComponent`, it
19451945
is considered a match to any route within the admin feature area.
19461946
You only want the `Dashboard` link to be active when the user visits that route.
19471947
Add an additional binding to the `Dashboard` routerLink,

0 commit comments

Comments
 (0)