doc(api): fix invalid doc links (#9873)

Errors were reported during API doc generation.
This commit is contained in:
Patrice Chalin
2016-07-07 23:02:35 -07:00
committed by Victor Berchet
parent 96a9e66616
commit 749dec7dfb
15 changed files with 25 additions and 25 deletions

View File

@ -31,7 +31,7 @@ let _formWarningDisplayed: boolean = false;
*
* ### Typical Use
*
* Include `FORM_DIRECTIVES` in the `directives` section of a {@link View} annotation
* Include `FORM_DIRECTIVES` in the `directives` section of a {@link Component} annotation
* to use `NgForm` and its associated controls.
*
* ### Structure