k3nsei/ng-in-viewport

Angular 9 not compatible with Angular Ivy

AndesCode opened this issue · 3 comments

Hi everyone

Is this library compatible with angular 9? it seems to be very useful and I really hope to implement to my Angular 9 project.

Im getting this error compiling: "This likely means that the library (ng-in-viewport) which declares InViewportModule 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."

Thanks!

Try remove node_modules and run npm install or yarn install

It seems to be going well after that, thanks.