In the previous video, we refactored our form functionality into a separate component, using the special annotations to bind custom attributes and define custom events.
In this part you will learn how to implement validation for the form, utilising the NgForm directive and its NgControl counterpart. We will continue to use the Bootstrap UI library to build our user interface.