docs(component-communication): remove _ from private _timerComponent

This commit is contained in:
dreambo8563 2016-05-13 12:37:24 +08:00 committed by Ward Bell
parent c2339c156d
commit eec5c00fc0
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ a(id="countdown-tests")
We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook.
We inject the child `CountdownTimerComponent` into the private `_timerComponent` property
We inject the child `CountdownTimerComponent` into the private `timerComponent` property
via the `@ViewChild` property decoration.
The `#timer` local variable is gone from the component metadata.