Skip to content
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

'NgwWowModule' does not appear to be an NgModule class #79

Open
lamisusama opened this issue Nov 29, 2023 · 1 comment
Open

'NgwWowModule' does not appear to be an NgModule class #79

lamisusama opened this issue Nov 29, 2023 · 1 comment

Comments

@lamisusama
Copy link

I try to use ngx-wow in my angular 16 project but I got this error when I imported NgwWowModule in app.module.ts

'NgwWowModule' does not appear to be an NgModule class

This likely means that the library (ngx-wow) which declares NgwWowModule 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.

this is my app.module.ts


import { AppComponent } from './app.component';
import { NgwWowModule } from 'ngx-wow';

@NgModule({
declarations: [AppComponent],
imports: [
...,
NgwWowModule,
],
providers: [],
bootstrap: [AppComponent],
schemas: [],
})
export class AppModule {}


@niamat-bakhshi
Copy link

I am facing the same issue.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants