Preparing search index...
The search index is not available
@rxap/forms - v19.0.4
@rxap/forms
AsyncValidatorFn
Type Alias AsyncValidatorFn<T, E>
AsyncValidatorFn
:
(
control
:
AbstractControl
<
T
>
,
)
=>
|
Promise
<
ValidationErrors
<
E
>
|
null
>
|
Observable
<
ValidationErrors
<
E
>
|
null
>
Type Parameters
T
=
any
E
=
any
Type declaration
(
control
:
AbstractControl
<
T
>
,
)
:
|
Promise
<
ValidationErrors
<
E
>
|
null
>
|
Observable
<
ValidationErrors
<
E
>
|
null
>
Parameters
control
:
AbstractControl
<
T
>
Returns
Promise
<
ValidationErrors
<
E
>
|
null
>
|
Observable
<
ValidationErrors
<
E
>
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@rxap/forms - v19.0.4
Loading...