The Wayback Machine - https://web.archive.org/web/20250404130941/https://angular.dev/api/forms/AbstractControlOptions
    • Overview
@angular/forms

AbstractControlOptions

interface

Interface for options provided to an AbstractControl.

API

  
    interface AbstractControlOptions {}
  
  

validators

ValidatorFn | ValidatorFn[] | null | undefined

The list of validators applied to a control.

asyncValidators

AsyncValidatorFn | AsyncValidatorFn[] | null | undefined

The list of async validators applied to control.

updateOn

"change" | "blur" | "submit" | undefined

The event name for control to update upon.

Jump to details
HTTPS · web.archive.org
← Home