We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6046154 commit 4451bd1Copy full SHA for 4451bd1
public/docs/ts/latest/cookbook/component-communication.jade
@@ -246,7 +246,7 @@ a(id="countdown-tests")
246
Here is the parent, `CountdownViewChildParentComponent`:
247
+makeExample('cb-component-communication/ts/app/countdown-parent.component.ts', 'vc')
248
:marked
249
- It takes a bit more work to get the child view into the parent component classs.
+ It takes a bit more work to get the child view into the parent component *class*.
250
251
We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook.
252
0 commit comments