Web Client

T12 Angular 2 Forms and Validation

08/09/2016

2:00pm - 3: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. In this session, you'll learn how to build forms in Angular 2 using the HTML templates similar to how you build forms in Angular 1. Then you'll learn 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