The Register Component uses dynamic forms.
If you look at the register.component.ts the controls are set up to query username, firstname, lastname, email and password. However if you look at the live demo http://aspnetcorespa.azurewebsites.net/register/registerhome you see that only email and password appear on the view. Why is that?
The Register Component uses dynamic forms. If you look at the register.component.ts the controls are set up to query username, firstname, lastname, email and password. However if you look at the live demo http://aspnetcorespa.azurewebsites.net/register/registerhome you see that only email and password appear on the view. Why is that?