control property

FormControl<T>? get control

Optional direct reference to a FormControl.

Prefer providing control when you already have the control instance at hand. If control is null, this accessor will attempt to resolve the control from formGroup + name.

Implementation

FormControl<T>? get control;