Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit eec5c00

Browse files
dreambo8563wardbell
authored andcommitted
docs(component-communication): remove _ from private _timerComponent
1 parent c2339c1 commit eec5c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/component-communication.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ a(id="countdown-tests")
252252

253253
We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook.
254254

255-
We inject the child `CountdownTimerComponent` into the private `_timerComponent` property
255+
We inject the child `CountdownTimerComponent` into the private `timerComponent` property
256256
via the `@ViewChild` property decoration.
257257

258258
The `#timer` local variable is gone from the component metadata.

0 commit comments

Comments
 (0)