Level: Intermediate
Angular 2 Forms is both similar to and very different from building forms in Angular 1. In fact, it provides multiple approaches for building forms. This session shows you how to build forms in Angular 2 using the HTML templates similar to how we build forms in Angular 1. It then demonstrates how to build forms in the controller using the new imperative model-driven techniques based on a FormBuilder component.
You will learn:
- How to build a form in Angular 2 using HTML templates
- How to build a form in Angular 2 using FormBuilder
- How to transition to Angular 2 Forms