Skip to content

'ArchwizardModule' does not appear to be an NgModule class. #391

Open
@Adil1507

Description

@Adil1507

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

Activity

irg1008

irg1008 commented on Aug 24, 2023

@irg1008

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?

Adil1507

Adil1507 commented on Aug 24, 2023

@Adil1507
Author

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

irg1008

irg1008 commented on Aug 24, 2023

@irg1008

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 @nubebytes/angular-archwizard

madalinplastoi

madalinplastoi commented on Feb 6, 2024

@madalinplastoi

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 @nubebytes/angular-archwizard

Hi irg1008 and thank you for four published fork.
I am trying to use it (latest version 14.0.2) in an application that just got Angular 17 updated.

Getting the unsupported error
`
While resolving: client-app@0.0.0
npm ERR! Found: @angular/core@17.1.2
npm ERR! node_modules/@angular/core
npm ERR! @angular/core@"^17.1.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@">=14 <= 16" from @nubebytes/angular-archwizard@14.0.2
npm ERR! node_modules/@nubebytes/angular-archwizard
npm ERR! @nubebytes/angular-archwizard@"^14.0.2" from the root project

`

Is it possible that you release a new version of the package with Angular 17 support?
Best regards,

Madalin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @madalinplastoi@irg1008@Adil1507

        Issue actions

          'ArchwizardModule' does not appear to be an NgModule class. · Issue #391 · madoar/angular-archwizard