Handling Validation

In this lesson, we'll learn how to handle validation if the user inputs an invalid value.

We’re able to validate the input successfully. However, the way we’re telling the user isn’t the most magnificent way. We’ll want to provide friendlier feedback to the user. When it comes to handling feedback, Angular expects us to handle outputting the message. It will not generate ...