FormGroup
The FormGroup
class represents a group of controls that will be rendered as a fieldset element in a form.
❗ Note: This documentation is incomplete.
Properties
Property | Type | |
---|---|---|
controls | FormControl[] | required |
name | string | optional |
controls
name
Methods
Method | Parameters | Returns |
---|---|---|
get | name: string | `FormControl |
name | string | optional |