Skip to content

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

@Bluejanis

Description

@Bluejanis

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?

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

    Issue actions