Angular Forms

Pluralsight
Course Summary
This course will cover the fundamentals of working with forms in Angular 2. You'll learn how to create forms, style them, and use data binding and validation. You'll be able to post a form to a server, and work with third-party form controls.
-
+
Course Description
Forms are a vital part of web applications, since they're the primary way you collect data from your users. You want your forms to look good and offer a simple, smooth experience. In this course, Angular Forms, you'll learn how to create forms using the Angular 2 framework. First, you'll learn how to style them, use data binding and then validate your forms. Next, you'll learn about observable's and posting your forms to a server. Finally, you'll also explore third-party form controls which offer much more functionality than standard HTML. By the end of this course you'll be able to build great looking forms that offer your users a simple way to input any data.
-
+
Course Syllabus
Course Overview- 1m 19s
—Course Overview 1m 19sIntroduction- 9m 39s
—Course Introduction 2m 23s
—Setting up a Demo Project Using angular2-seed 4m 8s
—Template-driven Form and Reactive Form Technologies 2m 0s
—Note About Earlier Angular 2 Versions 1m 6sForm Basics in Angular 2- 23m 51sData Binding in Angular Forms- 17m 32sForm Validation- 34m 13sHTTP Form Posting and Data Access- 39m 3sThird-party Form Controls- 34m 3s