Web Client

T15 Angular 2 Forms and Validation

06/14/2016

3:00pm - 4:15pm

Level: Intermediate

Deborah Kurata

Deborah Kurata

Microsoft MVP and Google Developer Expert

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 you 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'll 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