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 ...