FormGroup<M> constructor

FormGroup<M>(
  1. Map<String, AbstractControl> controls
)

Creates a FormGroup with the provided controls.

Implementation

FormGroup(this.controls);