Skip to content

Commit

Permalink
docs(forms): add FormRecord class to API summary (#48136)
Browse files Browse the repository at this point in the history
Add the missing FormRecord class to the
Reactive forms API summary which is located under Developer Guides ->
Forms -> Reactive Forms.

Fixes #47808

PR Close #48136
  • Loading branch information
jroxbury authored and dylhunn committed Nov 21, 2022
1 parent 079ec8c commit cf55aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aio/content/guide/reactive-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ For complete syntax details, see the API reference documentation for the [Forms
| `FormGroup` | Manages the value and validity state of a group of `AbstractControl` instances. The group's properties include its child controls. The top-level form in your component is `FormGroup`. |
| `FormArray` | Manages the value and validity state of a numerically indexed array of `AbstractControl` instances. |
| `FormBuilder` | An injectable service that provides factory methods for creating control instances. |
| `FormRecord` | Tracks the value and validity state of a collection of `FormControl` instances, each of which has the same value type. |

</table>

Expand Down

0 comments on commit cf55aa0

Please sign in to comment.