AJSF API reference
    Preparing search index...

    Function _executeAsyncValidators

    • '_executeAsyncValidators' utility function

      Validates a control against an array of async validators, and returns an array of observabe results of the same length containing a combination of error messages (from invalid validators) and null values (from valid ones)

      // { AbstractControl } control - control to validate // { AsyncIValidatorFn[] } validators - array of async validators // { boolean } invert - invert? // - array of observable nulls and error message

      Parameters

      • control: any
      • validators: any
      • invert: boolean = false

      Returns any