Angular Notes:








Forms in Angular link

There are two parts to an Angular Reactive form: 

  1. the objects that live in the component to store and manage the form, 
  2. and the visualization of the form that lives in the template.