docs(component-communication): remove _ from private _timerComponent
This commit is contained in:
parent
c2339c156d
commit
eec5c00fc0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue