All Tasks
Buildintermediate
45 min

Build a User Registration Form

Create a registration form with reactive forms. Fields: name, email, username, password, confirm password. Validate all fields. Username must be checked against a fake API (simulate with a 500ms delay). Passwords must match. Show all errors inline. Disable the submit button until the form is valid.

Your progress0%

Requirements

Skills you'll use

AngularReactive FormsFormBuilderAsyncValidatorTypeScript

Read this first

This task is based on the lesson below. Complete the reading before attempting it.

Go to lesson

What to expect

Difficulty
intermediate
Time
45 min
Steps
7
Type
Build