Challenge: Form Validation
Challenge yourself by adding additional validations in your event form.
We'll cover the following...
Problem statement
Currently, the only validator for the event title field is Validators.required
. Try adding another ...