Challenge: Form Validation

Challenge yourself by adding additional validations in your event form.

Problem statement

Currently, the only validator for the event title field is Validators.required. Try adding another validator to this field, such as minLength, and write a test to verify this validator’s behavior.

Playground

Below is the updated code. Modify it to implement the functionality mentioned in the problem statement.

Get hands-on with 1200+ tech skills courses.