Router Outlet

Go back to Tutorial

Given this configuration, when the browser URL for this application becomes /heroes, the router matches that URL to the route path /heroes and displays the HeroListComponent after a RouterOutlet that you’ve placed in the host view’s HTML.

<router-outlet></router-outlet>

<!– Routed views go here –>

Given the configuration above, when the browser URL for this application becomes /heroes, the router matches that URL to the route path /heroes and displays the HeroListComponent as a sibling element to the RouterOutlet that you’ve placed in the host component’s template.

Go back to Tutorial

Share this post
[social_warfare]
Route Configuration
Router Links

Get industry recognized certification – Contact us

keyboard_arrow_up