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` 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
|
||||
:marked
|
||||
|
|
Loading…
Reference in New Issue