Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 2
    You could use ngx-infinite-scroll : npmjs.com/package/ngx-infinite-scroll. Commented Jun 7, 2018 at 14:53
  • 2
    @ibenjelloun I hate extra-packages :) Commented Jun 7, 2018 at 14:59
  • 1
    It is open source, you can read the code for inspiration then create your own implementation without adding the lib : github.com/orizens/ngx-infinite-scroll Commented Jun 7, 2018 at 15:00
  • @Sanjay don't try to reinvent wheel again, you could end putting extra effort :p Commented Jun 7, 2018 at 15:00
  • 1
    I believe in the same. But productivity matters alot. Sometime using well known third party package, and going though there their code taught me a lot. May I know the reason why you chosen Angular? Commented Jun 7, 2018 at 15:15