-
Notifications
You must be signed in to change notification settings - Fork 105
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
'ArchwizardModule' does not appear to be an NgModule class. #391
Comments
I don't think we are getting any update on this library. If you want, or better need it to upgrade, you could fork it and upgrade it yourself? |
How could we do it? any idea |
There is already a fork that fixes the problem. I forked him further to make sure it works for us in our company. You can either fork from him or from me. Or just use his library if you trust him. If you need it just to test it out my fork is published at |
Hi irg1008 and thank you for four published fork. Getting the unsupported error ` Is it possible that you release a new version of the package with Angular 17 support? Madalin |
The legacy ViewEngine has been deprecated and removed in Angular 16.
Please add support for Ivy compiler, as your library now breaks with Angular 16 and its blocking us from updating to the newest Angular version
'ArchwizardModule' does not appear to be an NgModule class.(-996002) archwizard.module.d.ts(3, 61): This likely means that the library (angular-archwizard) which declares ArchwizardModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
Versions:
Angular: 16.0.0
angular-archwizard: 7.0.0
The text was updated successfully, but these errors were encountered: