July 2018
Intermediate to advanced
420 pages
8h 46m
English
As we all know, forms are an essential part of any modern web application for logging in a a user in to the app, adding products, and sending comments to a blog. Some forms are very simple, but other forms could have an array of fields, and even many steps and pages with tons of input fields.
With Angular, we can implement two types of forms:
Both are equally powerful and belong to the @angular/forms library. They are based on the same form control classes. However, they have different philosophies, programming styles, and techniques, and the validation is different too. In the next section, we will see the uniqueness of each technique.
Read now
Unlock full access