Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Angular v14 and UntypedFormGroup #88

Open
Arberto99 opened this issue Jan 19, 2023 · 0 comments
Open

Support for Angular v14 and UntypedFormGroup #88

Arberto99 opened this issue Jan 19, 2023 · 0 comments

Comments

@Arberto99
Copy link

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!

@Arberto99 Arberto99 changed the title Support for Angular v14 Support for Angular v14 and UntypedFormGroup Jan 19, 2023
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

No branches or pull requests

1 participant