In a dynamic form, to validate data asynchronously on the server-side, you can use a custom _____ validator.
- AsyncValidatorFn
- ObservableValidator
- SyncValidatorFn
- ValidatorFn
In a dynamic form in Angular, to validate data asynchronously on the server-side, you can use a custom AsyncValidatorFn.
Loading...
Related Quiz
- How would you implement cross-field validation in a reactive form?
- You are building a shopping cart application using Angular and NgRx. You want to display a smooth animation when items are added to the cart. How would you implement this?
- How can you handle errors in an Observable stream using RxJS operators?
- What language is used to write E2E tests in Protractor?
- What is the purpose of the next() method in a Subject?