Form Controls
ngControlbinds a DOM element to aFormControlFormControlis responsible for tracking value and validation status of a single form element- You can group
FormControlstogether withFormGroup ngFormbinds an HTML form to a top-levelFormGroup- We can create a local variable to reference the
ngForminstance of a form ngModelGroupcreates and binds aFormGroupinstance to a DOM element