Angular

Intro to Reactive Forms in Angular - Building a Form with Groups

PRO
Outline

In this section, we'll learn about another essential building block of @angular/forms, called the FormGroup. The FormGroup is important in logically grouping together FormControls. We'll learn how to wrap multiple FormControls into a FormGroup to represent the form, nest FormGroups inside the form, and more. Additionally, we'll inspect the source of truth behind the structure of the form called the Form Model.

 

I finished! On to the next chapter