Infinite/Virtual Scroll for Angular – NgxUiScroll

Author: dhilt
Official Page: Go to website
Publish Date: April 14, 2018
License: MIT

Description:

Unlimited bidirectional scrolling over limited viewport. A directive for Angular framework 5+.

Features:

  • unlimited virtual scroll
  • virtualization settings (you can specify when and how many items need to be requested/rendered by the uiScroll)
  • infinite mode (items rendered once are never removed)
  • horizontal mode
  • AoT compilation

Installation:

# NPM
$ npm install ngx-ui-scroll --save

Preview:

NgxUiScroll

 


You Might Be Interested In:

Add Comment