angular/angular.io

Link error on reactive forms guide

alexbjorlig opened this issue ยท 2 comments

On this page:
https://angular.io/docs/ts/latest/guide/reactive-forms.html

There is a broken link to the site:
https://angular.io/docs/ts/latest/guide/lifecyle-hooks.html#!#onchanges

Should be:
https://angular.io/docs/ts/latest/guide/lifecycle-hooks.html#!#onchanges

The link is right after this text: "You should call setValue in the "
Thanks for great documentation ๐Ÿ‘

Thank you for the kind words, @dauledk :)

I've just submitted a PR to fix it. Great catch - it took me a minute to see the error even with you pointing it out.