ts-paged-list 1.0.5
Install from the command line:
Learn more about npm packages
$ npm install @reapptor/ts-paged-list@1.0.5
Install via package.json:
"@reapptor/ts-paged-list": "1.0.5"
About this version
It is a complete, fully tested pagination library for splitting the array into pages and selecting a specific page by an index.
It includes an IPagedList
interface, a PagedList
container, and an array extension written in TypeScript.
Install from the command line:
npm install @reapptor/ts-paged-list
Install via package.json:
"@reapptor/ts-paged-list": "^1.*"
Add import "@reapptor/ts-paged-list";
into the main project file (i.e. index.ts) to register extensions.
The ReApptor TypeScript PagedList package is licensed under the terms of the MIT license and is available for free.
- Overview
- Source code
- Package (GitHub)
- Package (NPM)
- Discussions
- About ReApptor
- ReApptor on GitHub
- ReApptor in LinkedIn
TODO: !!! Describe extensions here !!!