orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.23k stars 224 forks source link

Facing issue in ngx-infinite-scroll version 16.0.0 #420

Closed webariongit closed 1 year ago

webariongit commented 1 year ago

getting error in node_modules/ngx-infinite-scroll/lib/ngx-infinite-scroll.directive.d.ts

i.e : infiniteScrollDistance is incompatible with index signature.

didemchenko commented 1 year ago
  node_modules/ngx-infinite-scroll/src/modules/ngx-infinite-scroll.module.d.ts:1:22
    1 export declare class InfiniteScrollModule {
                           ~~~~~~~~~~~~~~~~~~~~
    This likely means that the library (ngx-infinite-scroll) which declares InfiniteScrollModule 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.
orizens commented 1 year ago

duplicate of #421