madoar / angular-archwizard

A wizard component for Angular 9+
MIT License
300 stars 105 forks source link

The Angular 17 version is not supported #392

Open Shaybush opened 11 months ago

Shaybush commented 11 months ago

Screenshot 2023-12-20 131548

madalinplastoi commented 9 months ago

For Angular 16 I was able to overcome this by using the ngcc in a postinstall script. Ngcc is no longer supported in Angular 17. Any thoughts when this issue will be taken care of and the library will be compiled with Ivy Engine enabled?

SantoshNayak commented 8 months ago

@madalinplastoi Can you please explain in bit detail how you solved it?

Adil1507 commented 3 months ago

@Shaybush @SantoshNayak @madalinplastoi any update on this, are you able to overcome this issue, or any alternate you guys have for this

i-paragsaxena commented 3 months ago

I've used this fork - https://github.com/CArnaboldi/angular-archwizard

Adil1507 commented 3 months ago

@i-paragsaxena is this work in angular 18?

i-paragsaxena commented 3 months ago

@Adil1507 I've tested it with angular 17, and it's working fine

Adil1507 commented 3 months ago

@i-paragsaxena how could we fork in project, if you could please tell me it would be helpful

karthi-the-programmer commented 3 months ago

I've used this fork - https://github.com/CArnaboldi/angular-archwizard

@i-paragsaxena - Did you publish this fork project in NPM ?