ng-wizard icon indicating copy to clipboard operation
ng-wizard copied to clipboard

Update to latest Angular

Open schinks opened this issue 2 years ago • 4 comments

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.

schinks avatar Nov 10 '22 16:11 schinks

In the same boat.

siovene avatar Nov 15 '22 10:11 siovene

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

priyankara-88 avatar Dec 18 '22 06:12 priyankara-88

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"
    }
  }

schinks avatar Dec 20 '22 17:12 schinks

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

yooni-0318 avatar Jan 06 '23 05:01 yooni-0318