Angular

Intro to Reactive Forms in Angular - Simplify Form Creation

PRO
Outline

FormBuilder is a service from Angular that makes Reactive Forms more concise by stripping away some of the boilerplate code. This is especially helpful when creating long, complex forms that have to initialize many new FormControls.

In this section, we will be learning how to use FormBuilder to simplify our forms.

Relevant Link: Angular Documentation: FormBuilder

 

I finished! On to the next chapter