This site uses cookies from Google to deliver its services and to analyze traffic.

@angular/forms

AsyncValidatorFn

interface

A function that receives a control and returns a Promise or observable that emits validation errors if present, otherwise null.

interface AsyncValidatorFn {
}
Jump to details