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

docs(router): fixed verbiage and example of how routed views… #2746

Merged
merged 3 commits into from
Nov 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/docs/ts/latest/guide/router.jade
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ include ../_util-fns
### Router Outlet
Given this configuration, when the browser URL for this application becomes `/heroes`,
the router matches that URL to the `Route` path `/heroes` and displays the `HeroListComponent`
in a **`RouterOutlet`** that we've placed in the host view's HTML.
***after*** a **`RouterOutlet`** that we've placed in the host view's HTML.
code-example(language="html").
<!-- Routed views go here -->
<router-outlet></router-outlet>
<!-- Routed views go here -->
:marked
### Router Links
Now we have routes configured and a place to render them, but
Expand Down