We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f627706 + 8508140 commit d63b1ccCopy full SHA for d63b1cc
public/docs/ts/latest/guide/router.jade
@@ -143,10 +143,10 @@ include ../_util-fns
143
### Router Outlet
144
Given this configuration, when the browser URL for this application becomes `/heroes`,
145
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.
+ ***after*** a **`RouterOutlet`** that we've placed in the host view's HTML.
147
code-example(language="html").
148
- <!-- Routed views go here -->
149
<router-outlet></router-outlet>
+ <!-- Routed views go here -->
150
:marked
151
### Router Links
152
Now we have routes configured and a place to render them, but
0 commit comments