Angular-Forms-Tutorial
Angular-Forms-Tutorial copied to clipboard
validation not working for the angular 12, Need to update the control for the registrationForm
Update the form control since the angular 12 as changed the control structure.
The answer for this is provided in this stackOverflow question and link is https://stackoverflow.com/questions/68052924/not-able-to-validate-the-form-in-angular-12
Need to update the HTML file with the stack overflow answer