This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
public/docs/ts/latest/cookbook Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ a(id="countdown-tests")
299299+ makeExample('cb-component-communication/ts/app/missioncontrol.component.ts' )
300300
301301:marked
302- The `AstronoutComponent ` also injects the service in its constructor.
303- Each `AstronoutComponent ` is a child of the `MissionControlComponent` and therefore receives its parent's service instance:
302+ The `AstronautComponent ` also injects the service in its constructor.
303+ Each `AstronautComponent ` is a child of the `MissionControlComponent` and therefore receives its parent's service instance:
304304
305305+ makeExample('cb-component-communication/ts/app/astronaut.component.ts' )
306306
@@ -315,7 +315,7 @@ a(id="countdown-tests")
315315 it controls the lifetime of the `MissionService`.
316316:marked
317317 The *History* log demonstrates that messages travel in both directions between
318- the parent `MissionControlComponent` and the `AstronoutComponent ` children,
318+ the parent `MissionControlComponent` and the `AstronautComponent ` children,
319319 facilitated by the service:
320320
321321figure.image-display
@@ -324,7 +324,7 @@ figure.image-display
324324:marked
325325 ### Test it
326326
327- Tests click buttons of both the parent `MissionControlComponent` and the `AstronoutComponent ` children
327+ Tests click buttons of both the parent `MissionControlComponent` and the `AstronautComponent ` children
328328 and verify that the *History* meets expectations:
329329
330330+ makeExample('cb-component-communication/e2e-spec.js' , 'bidirectional-service' )
You can’t perform that action at this time.
0 commit comments