ngx-gallery icon indicating copy to clipboard operation
ngx-gallery copied to clipboard

Class NgxGalleryModule is not an Angular module with Angular 12

Open Bluejanis opened this issue 3 years ago • 1 comments

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?

Bluejanis avatar Jul 21 '21 14:07 Bluejanis

x2

tonyinuma avatar Sep 02 '21 20:09 tonyinuma