AngularDart Tutorial #4: Forms and Validation
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 t...