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

Add support for Angular 14 #439

Open
davidstrahm opened this issue Jul 1, 2022 · 2 comments
Open

Add support for Angular 14 #439

davidstrahm opened this issue Jul 1, 2022 · 2 comments

Comments

@davidstrahm
Copy link

davidstrahm commented Jul 1, 2022

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"
        }
@iamtomcat
Copy link
Contributor

iamtomcat commented Aug 24, 2022

Now all you need to add is:

  "overrides": {
    "ngx-schema-form": {
      "rxjs": "^7.4.0"
    }
  },

@MAnonInfinity
Copy link

The current RxJs version I have is 7.4, would it be possible to upgrade to 7.5 with it still working?

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

3 participants