Merge pull request #81 from zhibinr/master

修复格式错误
This commit is contained in:
雪狼 2016-09-26 07:34:16 -05:00 committed by GitHub
commit 9953565b9e
1 changed files with 1 additions and 1 deletions

View File

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