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

Update to latest Angular #71

Open
schinks opened this issue Nov 10, 2022 · 4 comments
Open

Update to latest Angular #71

schinks opened this issue Nov 10, 2022 · 4 comments

Comments

@schinks
Copy link

schinks commented Nov 10, 2022

Are there any plans to update this project to Angular 14? We use ng-wizard in a project that required an update to Angular 14 which causes dependency conflicts with ng-wizard.

@siovene
Copy link

siovene commented Nov 15, 2022

In the same boat.

@priyankara-88
Copy link

same issue here. all other librabries are compatible except this in with my project.
could you please take a look at this and release new version?
Thanks

@schinks
Copy link
Author

schinks commented Dec 20, 2022

I found a work-around that works with Angular 14. Add the following to package.json and remove ng-wizard as a direct dependency:

  "overrides": {
    "[email protected]": {
      "@angular/common": "^8.2.5"
    }
  }

@yooni-0318
Copy link

I upgraded to angular13 and it doesn’t work anymore, do you know how to solve it?

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

4 participants