docs: update FormGroup documentation
This commit is contained in:
parent
b1a6b11486
commit
4d16865561
1 changed files with 7 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue