docs(reactive-forms): fix broken link API (#3224)

This commit is contained in:
William KOZA 2017-02-13 15:12:59 +01:00 committed by Jesús Rodríguez
parent b3f8add5bb
commit d0ab5f8f0b
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ a#essentials
### Essential form classes
It may be helpful to read a brief description of the core form classes.
* [_AbstractControl_](../api/forms/index/AbstractControl-class.html-class.html "API Reference: AbstractControl")
* [_AbstractControl_](../api/forms/index/AbstractControl-class.html "API Reference: AbstractControl")
is the abstract base class for the three concrete form control classes:
`FormControl`, `FormGroup`, and `FormArray`.
It provides their common behaviors and properties, some of which are _observable_.