docs(ts/guide/router): fix typo: crisis-center-component.ts -> crisis-center.component
closes #759
This commit is contained in:
parent
59dd4b0c2c
commit
ba972b67ad
|
@ -752,7 +752,7 @@ code-example(format="." language="bash").
|
|||
|
||||
<a id="child-router"></id>
|
||||
### Child Routing Component
|
||||
We create a new `app/crisis-center` folder and add `crisis-center-component.ts` to it with the following contents:
|
||||
We create a new `app/crisis-center` folder and add `crisis-center.component.ts` to it with the following contents:
|
||||
+makeExample('router/ts/app/crisis-center/crisis-center.component.1.ts', 'minus-imports', 'crisis-center/crisis-center.component.ts (minus imports)')
|
||||
:marked
|
||||
The `CrisisCenterComponent` parallels the `AppComponent`.
|
||||
|
|
Loading…
Reference in New Issue