FormGroup<M> constructor
FormGroup<M> (
- Map<
String, AbstractControl> controls
Creates a FormGroup with the provided controls.
Implementation
FormGroup(this.controls);