docs(reactive-forms): fix typo in link (#3527)
This commit is contained in:
parent
814a64a932
commit
4d44cde291
|
@ -708,7 +708,7 @@ a#set-data
|
|||
:marked
|
||||
In this approach, the value of `hero` in the `HeroDetailComponent` changes
|
||||
every time the user selects a new hero.
|
||||
You should call _setValue_ in the [ngOnChanges](lifecyle-hooks.html#onchanges)
|
||||
You should call _setValue_ in the [ngOnChanges](lifecycle-hooks.html#onchanges)
|
||||
hook, which Angular calls whenever the input `hero` property changes
|
||||
as the following steps demonstrate.
|
||||
|
||||
|
|
Loading…
Reference in New Issue