We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some peer dependencies are not working anymore with npm 8. As a temporary workaround, add this to your package.json
"ngx-schema-form": { "@angular/common": "^14.0.0", "@angular/core": "^14.0.0", "@angular/forms": "^14.0.2", "@angular/platform-browser": "^14.0.0" }
The text was updated successfully, but these errors were encountered:
Now all you need to add is:
"overrides": { "ngx-schema-form": { "rxjs": "^7.4.0" } },
Sorry, something went wrong.
The current RxJs version I have is 7.4, would it be possible to upgrade to 7.5 with it still working?
No branches or pull requests
Some peer dependencies are not working anymore with npm 8. As a temporary workaround, add this to your package.json
The text was updated successfully, but these errors were encountered: