AbstractControlEvents<TValue>: ControlValueAccessorBaseEvents<TValue> & {
    statusChanged: {
        status: FormControlStatus;
    };
}

Type Parameters

  • TValue