ng-wizard
ng-wizard copied to clipboard
Update to latest Angular
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.
In the same boat.
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
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"
}
}
I upgraded to angular13 and it doesn’t work anymore, do you know how to solve it?