Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

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

Merged
merged 1 commit into from
Feb 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/reactive-forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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_.
Expand Down