docs: update FormGroup documentation

This commit is contained in:
Ayo 2023-02-16 14:55:42 +01:00
parent b1a6b11486
commit 4d16865561

View file

@ -20,3 +20,10 @@ The `FormGroup` class represents a group of controls that will be rendered as a
### controls
### name
## Methods
| Method | Parameters | Returns |
| ------------- | ------------ | ------------ |
| [get](#get) | name: string | `FormControl | undefined` |
| [name](#name) | `string` | optional |