commit
9953565b9e
|
@ -444,7 +444,7 @@ block router-config-intro
|
||||||
The router displays each component immediately below the `<router-outlet>` as we navigate through the application.
|
The router displays each component immediately below the `<router-outlet>` as we navigate through the application.
|
||||||
|
|
||||||
我们必须***告诉它位置***,所以我们把`<router-outlet>`标签添加到模板的底部。
|
我们必须***告诉它位置***,所以我们把`<router-outlet>`标签添加到模板的底部。
|
||||||
`RouterOutlet`是`!{_RouterModuleVsRouterDirectives}`提供的<span if-docs="ts">指令之一</span>`。
|
`RouterOutlet`是`!{_RouterModuleVsRouterDirectives}`提供的<span if-docs="ts">指令之一</span>。
|
||||||
当我们在应用中导航时,路由器就把激活的组件显示在`<router-outlet>`里面。
|
当我们在应用中导航时,路由器就把激活的组件显示在`<router-outlet>`里面。
|
||||||
|
|
||||||
### Router Links
|
### Router Links
|
||||||
|
|
Loading…
Reference in New Issue