ngx-infinite-scroll
ngx-infinite-scroll copied to clipboard
Infinite Scroll Directive for Angular
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...
## 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...
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
"ngx-infinite-scroll": "^15.0.0"
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...
How do I prevent this type of event? ``` ``` 
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...