Corrected RouterOutlet description (#2856)
<router-outlet> does not wrap the views, the views are inserted next to it, not within.
This commit is contained in:
parent
87d65aeda0
commit
fd9a331127
@ -470,7 +470,7 @@ a#router-outlet
|
|||||||
### *RouterOutlet*
|
### *RouterOutlet*
|
||||||
|
|
||||||
`RouterOutlet` is a component from the router library.
|
`RouterOutlet` is a component from the router library.
|
||||||
The router displays views within the bounds of the `<router-outlet>` tags.
|
The router displays views immediately ***after*** each `<router-outlet>`'s corresponding closing tag.
|
||||||
|
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user