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

Class NgxGalleryModule is not an Angular module with Angular 12 #336

Open
Bluejanis opened this issue Jul 21, 2021 · 1 comment
Open

Class NgxGalleryModule is not an Angular module with Angular 12 #336

Bluejanis opened this issue Jul 21, 2021 · 1 comment

Comments

@Bluejanis
Copy link

I have NgxGallerxModule imported like the documentation says:

import {NgxGalleryModule} from 'ngx-gallery';

@NgModule({
  declarations: [
  ],
  entryComponents: [
],
  imports: [
    NgxGalleryModule,
]

Now since Angular Update to 12 it gives the error:
"Class NgxGalleryModule is not an Angular module "

How do I migrate this module to work again?

@tonyinuma
Copy link

x2

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