6 min read
•Question 13 of 46mediumReactive Forms
Building forms with reactive approach.
Reactive Forms
Forms where logic is in the component class. Uses ReactiveFormsModule.
Key Classes
- FormControl: Single input
- FormGroup: Group of controls
- FormArray: Array of controls
- FormBuilder: Helper service