Formatting

ngx-pagination

ngx Pagination by MichealBromley

An MIT library for Angular 2+ projects to enable pagination

Project website https://github.com/michaelbromley/ngx-pagination

Documentation http://michaelbromley.github.io/ngx-pagination/#/

License MIT

Demos
1. http://michaelbromley.github.io/ngx-pagination/#/
2. https://stackblitz.com/edit/angular-e1f9hq

Dependencies

none

NPM

https://www.npmjs.com/package/ngx-pagination

npm install ngx-pagination

Features

  • Supports Angular 5+ and newer
  • compatible with Webpack, Systemjs and Rollup
  • NgFor configuration
  • ‘itemsPerPage’ controls the number of items that displays
  • ‘currentPage’ picks a current page to display
  • ‘id’ for multi-instance handling
  • ‘totalItems’ controls a total number of items in a single collection
  • customizable via pagination-controls component
  • the pagination-controls allows to: control amount of links, hiding navigation controls, label handling, click events

You may also like...