angular-zoom icon indicating copy to clipboard operation
angular-zoom copied to clipboard

Not compatible with Ivy

Open AlanObject opened this issue 4 years ago • 1 comments

I am currently using Angular 9, and when I try to use this library I get this from the compiler:

ERROR in node_modules/angular-zoom/zoom.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.

This likely means that the library (angular-zoom) which declares ZoomModule 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.

Is there going to be a fix for this or should I look for a different module?

AlanObject avatar May 29 '20 19:05 AlanObject