docs: fix typo in routing section of Tour of Heroes (#29961)
PR Close #29961
This commit is contained in:
parent
f730c72318
commit
ceea0b418c
|
@ -101,7 +101,7 @@ configure it with the `routes` in one step by calling
|
||||||
|
|
||||||
## Add _RouterOutlet_
|
## Add _RouterOutlet_
|
||||||
|
|
||||||
Open the `AppComponent` template replace the `<app-heroes>` element with a `<router-outlet>` element.
|
Open the `AppComponent` template and replace the `<app-heroes>` element with a `<router-outlet>` element.
|
||||||
|
|
||||||
<code-example path="toh-pt5/src/app/app.component.html"
|
<code-example path="toh-pt5/src/app/app.component.html"
|
||||||
region="outlet"
|
region="outlet"
|
||||||
|
|
Loading…
Reference in New Issue