ngx-gallery
ngx-gallery copied to clipboard
ERROR in node_modules/@kolkov/ngx-gallery/lib/ngx-gallery.module.d.ts:5:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.
trafficstars
Hi, Thank you very much for your effort.
I'm facing this error while compiling my Angular project. I'm using [email protected] and Angular 9
More details:
This likely means that the library (@kolkov/ngx-gallery) which declares NgxGalleryModule has not been processed correctly by ngcc, or 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
I was getting the same error and solved it by restarting the server.
I am facing same issue with angular 9+
This likely means that the library (ngx-gallery) which declares NgxGalleryModule has
not been processed correctly by ngcc, or 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.