ngx-infinite-scroll icon indicating copy to clipboard operation
ngx-infinite-scroll copied to clipboard

Infinite Scroll Directive for Angular

Results 60 ngx-infinite-scroll issues
Sort by recently updated
recently updated
newest added

Hello Team, I'm using two infinite scroll one with scrollWindow=false and one without scrollWindow. Without scrollWindow works fine but another one(using scrollWindow=false) is not working. Please suggest what I'm doing...

what i have to do in order to init the scroller to top=0

help wanted
question

## Expected Behavior I expect for infiniteScrollDistance=0 to be fired only when I get to the last element, for example the 100th element in this stackblitz: https://stackblitz.com/edit/ngx-infinite-scroll-grlzan?file=src%2Fapp%2Fapp.component.html however the scroll...

enhancement
help wanted

Hello, I tried using it in stackblitz as well, doesn't working... https://stackblitz.com/edit/ngx-infinite-scroll?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts

help wanted

I'm facing a scenario, where my initially loaded items (on a pretty huge screen) are not enough to show a scrollbar. In my opinion it would be great, if the...

help wanted

How do I prevent this type of event? ``` ``` ![image](https://github.com/orizens/ngx-infinite-scroll/assets/15267623/46ca51c0-8b78-4902-9ee8-c98543bdddd0)

help wanted

As this app uses Angular v16 it's great time to make this standalone. Backward compatibility has been preserved but I've marked module as deprecated. By the way, I've removed the...