Help Angular by taking a 1 minute survey!Go to surveyHome

NG_ASYNC_VALIDATORS

An InjectionToken for registering additional asynchronous validators used with AbstractControls.

const NG_ASYNC_VALIDATORS: InjectionToken<(Function | Validator)[]>;
      
      const NG_ASYNC_VALIDATORS: InjectionToken<(Function | Validator)[]>;
    

See also