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:
Rodrigo Quesada 2016-11-28 15:37:06 -06:00 committed by Ward Bell
parent 87d65aeda0
commit fd9a331127
1 changed files with 1 additions and 1 deletions

View File

@ -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