Exercise: Asynchronous Validation

Implement a solution requiring asynchronous validation.

Let’s practice the concepts discussed in this lesson and implement async validation for a reactive form.
For simplicity, we simulate the server call using RxJs operators. The example below contains different sections where the missing code must be implemented to complete the assignment.

We need to implement a registration form. The requirements given by our solution architect are described in the section below.

Get hands-on with 1200+ tech skills courses.