forms

  • Angular 4 Forms Jan 13 2018
    One of my favorite features in Angular are forms. Using Angular 4 forms or Angular 5 forms are very helpful because they provide for quick validation and object mapping. Here’s how you can create a basic angular 4 form (also works with angular 2, and angular 5). HTML You will also notice that I am using Bootstrap for some styling, that is completely optional. Let’s look at the form HTML: