Angular 4: Form Management


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Collecting data via forms and inputs is typically a major part of web apps. This course will cover how to create forms in Angular using a template-driven approach. In this course, you will also learn about form validation and submission.

Target Audience
Developers who want to learn how to use Angular 4 to create web apps

Prerequisites
none

Expected Duration (hours)
1.0

Lesson Objectives

Angular 4: Form Management

  • start the course
  • create a model class for a form
  • create a component class to support a form
  • create a template markup to display a form
  • bind form input fields to component properties
  • use template variables to access elements or directives within the template
  • use ngModel and ngModelChange to configure two-way binding in a form
  • use built-in validators to validate form field data entry
  • use class changes to determine when a form is changing state
  • use CSS to display visual cues when form input is invalid
  • use form state to display informative error messages
  • reset a form using the reset() method
  • submit a form using ngSubmit
  • manipulate and manage template-driven forms
  • Course Number:
    sd_agad_a05_it_enus

    Expertise Level
    Beginner