Skip to content

fix: update form validation for Angular 12 compatibility#10

Open
dhruvsoni365 wants to merge 33 commits intogopinav:masterfrom
dhruvsoni365:fix/angular12-form-validation-controls-38l
Open

fix: update form validation for Angular 12 compatibility#10
dhruvsoni365 wants to merge 33 commits intogopinav:masterfrom
dhruvsoni365:fix/angular12-form-validation-controls-38l

Conversation

@dhruvsoni365
Copy link
Copy Markdown

Problem

Form validation was not working properly after upgrading to Angular 12 due to changes in the form control structure.

Solution

Updated the registrationForm control validation logic to be compatible with Angular 12's updated form control structure. The changes ensure that form validation works correctly with the new Angular 12 requirements.

Changes Made

  • Updated HTML template validation syntax to match Angular 12 form control structure
  • Modified form control references to align with Angular 12 best practices

References


This PR was created from task: http://localhost:3000/tasks/SmoYslz_ANsxKb-3O2-g0

Coding Agent and others added 30 commits October 23, 2025 15:36
Automated merge of feature/add-hello-button-on-new-page-4tw into master
Automated merge of feature/landing-page-welcome-6d0 into master
Automated merge of feature/angular-form-name-email-7sy into master
Automated merge of feature/add-hello-page-iuz into master
Automated merge of feature/add-hello-page-iuz into master
Automated merge of feature/add-contact-page-dh6 into master
Automated merge of feature/add-small-button-on-new-page-hpy into master
Automated merge of feature/about-us-page-ukl into master
…age-o4u

feat(names-table): add table of random names and phone numbers
Automated merge of feature/add-random-names-table-t0h into master
…page-taa

feat(page): add yes/no radio button
…-g90

feat(form): add name and mobile number fields
Automated merge of feature/hello-greeting-button-pex into master
Automated merge of feature/create-about-us-page-yyz into master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

validation not working for the angular 12, Need to update the control for the registrationForm

2 participants