Setting Up the Registration Form Inputs
Now that we've proven that Angular's aware of when we do the wrong thing, let's fill out the rest of the form inputs.
We'll cover the following...
We'll cover the following...
registration-form.component.html form
First is the section containing all the formControls that aren’t part of a subgroup:
type="password"
Next up is the address section. First, add a convenience helper to the controller to get the addresses attribute:
This addresses isn’t a regular ...