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
|
:marked
|
||||||
In this approach, the value of `hero` in the `HeroDetailComponent` changes
|
In this approach, the value of `hero` in the `HeroDetailComponent` changes
|
||||||
every time the user selects a new hero.
|
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
|
hook, which Angular calls whenever the input `hero` property changes
|
||||||
as the following steps demonstrate.
|
as the following steps demonstrate.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue