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

Commit d63b1cc

Browse files
authored
docs(router): fixed verbiage about router-outlet (#2746)
2 parents f627706 + 8508140 commit d63b1cc

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)