Handling Errors
In this lesson, we'll learn how to handle errors for the validators we created.
We'll cover the following...
The last step before we move onto authentication is to output the errors from the validators. This includes the custom validator we created to verify that the passwords match. Let’s get started.
Form control errors
We’ll start by handling errors for the form controls. This is something we’re already familiar with handling. We’re using Bootstrap for this app, so we’ll be using Bootstrap ...