You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular v14 includes UntypedFormGroup, wich is a sort of an alias for FormGroup.
In the projects where I use verizonconnect/ngx-form-generator and Angular 14 I had a problem for this, but I solved it just by replacing the string "FormGroup" in "UntypedFormGroup".
But, since I use it in a script, I had to add the string replace manually inside the script.
It would be nice if the string was replaced directly in the app.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Arberto99
changed the title
Support for Angular v14
Support for Angular v14 and UntypedFormGroup
Jan 19, 2023
Angular v14 includes UntypedFormGroup, wich is a sort of an alias for FormGroup.
In the projects where I use verizonconnect/ngx-form-generator and Angular 14 I had a problem for this, but I solved it just by replacing the string "FormGroup" in "UntypedFormGroup".
But, since I use it in a script, I had to add the string replace manually inside the script.
It would be nice if the string was replaced directly in the app.
Thanks a lot!
The text was updated successfully, but these errors were encountered: