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

InfiniteScrollModule is deprecated ? angular 18, ngx-infinite-scroll 18 #438

Closed Trinita75 closed 1 month ago

Trinita75 commented 1 month ago

In visual studio code, in my angular 18 project, in app.module.ts import { InfiniteScrollModule } from 'ngx-infinite-scroll'; is reported as deprecated. I'm using angula 18.0.1 and ngx-infinite-scrol 18.0.0., am I doing something wrong?

orizens commented 1 month ago

you can still use - it's just a warning that the module will be removed in later versions. start using the standalone version.