@angular/forms

AbstractControl

Class

This is the base class for FormControl, FormGroup, and FormArray.

  
    abstract class AbstractControl<TValue, TRawValue extends TValue> {
}
Jump to details