Skip to content

LyndaExerciseFiles/angular2-app-series-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 Forms: Data Binding and Validation

Angular 2 Forms: Data Binding and Validation

This is the repository for my course, Angular 2 Forms: Data Binding and Validation. The full course is available at lynda.com.

Course Description

Building HTML forms in the web world is never as straightforward as expected. Collecting user input and implementing dynamic form validation, that automatically reacts to input, can be difficult without the right solution. When building client side apps using Angular you get a good amount of framework code out of the box that makes working with forms a breeze. Angular allows you to easily handle dynamic form validation by taking advantage of two-way data-binding functionality.

This course shows how to build HTML web forms with the Angular forms module, using Angular form building blocks and built-in validation properties and methods. Learn how to use the model-driven forms approach to build out a model representation of form data in code and bind it to native HTML form elements. This course also explores how to implement validation, using JavaScript, in case you need more fine tuned control of your interactions.

Instructions

  1. Make sure you have these installed
  1. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC)

    git clone https://github.com/LyndaExerciseFiles/angular2-app-series-forms.git

  2. CD to the folder

    cd angular2-app-series-forms

  3. Run the following to install the project dependencies:

    npm install

  4. Run the Gulp command to build the code, watch for file changes, and serve up the site locally:

    gulp

More Stuff

Check out some of my other courses on lynda.com. You can also follow me on twitter, or read my blog.

About

The repository for the project code for my course Angular 2 Forms: Data Binding and Validation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published