This commit is contained in:
Zhimin YE 2016-11-01 10:07:23 +00:00
parent b99ba401a1
commit 2ba0cc70f7
1 changed files with 2 additions and 2 deletions

View File

@ -1987,7 +1987,7 @@ code-example(language="bash").
row because it demonstrates the final state of the application which includes the steps we're *about* to cover.
At the moment we're describing the state of affairs *prior* to those steps.
<live-example>在线例子</live-example>*没有*高亮选中的行,因为它演示的是应用的最终状态,因此包含了我们*即将*示范的步骤。
<live-example>在线例子</live-example>*高亮了*选中的行,因为它演示的是应用的最终状态,因此包含了我们*即将*示范的步骤。
此刻,我们描述的仍是那些步骤*之前*的状态。
:marked
@ -2440,7 +2440,7 @@ a#child-routing-component
We create a `crisis-center-routing.module.ts` file as we did the `heroes-routing.module.ts` file.
But this time we define **child routes** *within* the parent `crisis-center` route.
像`heroes.routing.ts`文件一样,我们也创建一个`crisis-center.routing.ts`。
像`heroes-routing.module.ts`文件一样,我们也创建一个`crisis-center-routing.module.ts`。
但这次,我们要把**子路由**定义在父路由`crisis-center`中。
+makeExcerpt('app/crisis-center/crisis-center-routing.module.1.ts (Routes)', 'routes')