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

Commit 37f93bc

Browse files
committed
docs(router): fixed verbiage and example of how routed views are related to the router outlet
1 parent fa99a8b commit 37f93bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ include ../_util-fns
143143
### Router Outlet
144144
Given this configuration, when the browser URL for this application becomes `/heroes`,
145145
the router matches that URL to the `Route` path `/heroes` and displays the `HeroListComponent`
146-
in a **`RouterOutlet`** that we've placed in the host view's HTML.
146+
***after*** a **`RouterOutlet`** that we've placed in the host view's HTML.
147147
code-example(language="html").
148-
<!-- Routed views go here -->
149148
<router-outlet></router-outlet>
149+
<!-- Routed views go here -->
150150
:marked
151151
### Router Links
152152
Now we have routes configured and a place to render them, but

0 commit comments

Comments
 (0)