docs(reactive-forms): fix typo in link (#3527)

This commit is contained in:
Kapunahele Wong 2017-04-11 22:11:54 -04:00 committed by Ward Bell
parent 814a64a932
commit 4d44cde291
1 changed files with 1 additions and 1 deletions

View File

@ -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.