jw-angular-pagination
jw-angular-pagination copied to clipboard
A simple lightweight pagination component for Angular 2+ available on npm
Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 9.1.5 to 10.1.1. Release notes Sourced from ng-packagr's releases. v10.0.0-rc.2 Bug Fixes issues with emitting declarationMap (38ad52b), closes #1464 10.0.0-rc.1 (2020-06-10) v10.0.0-rc.1 Bug Fixes disable CSS calc...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with...
Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.4 to 4.0.5. Commits See full diff in compare view Maintainer changes This version was pushed to npm by claudiahdz, a new releaser for npm-registry-fetch since your...
I've looked at this library for pagination a few times and each time I've had to dismiss it as everything I've seen including your own site suggests that it only...
When I try to compile with --aot flag I get the following error. ERROR in node_modules/jw-angular-pagination/lib/jw-pagination.component.d.ts.JwPaginationComponent.html(9,10): Property 'setPage' is private and only accessible within class 'JwPaginationComponent'. node_modules/jw-angular-pagination/lib/jw-pagination.component.d.ts.JwPaginationComponent.html(3,10): Property 'setPage' is...
Thank you for sharing your code. I would change the buttons in french. So I created some variables to be overridden by users :D
I have integrated this paginator to our project. What I observed is like whenever items is changing paginator has to change accordingly, but it doesn't seems to happen. Lets say...