ngx-pagination
ngx-pagination copied to clipboard
Pagination for Angular
Hi, thanks for contributing! This project is maintained in my spare time, so in order to help me address your issue as quickly as possible, please provide as much of...
**Angular version**: 11.2.14 **ngx-pagination version**: 5.1.1 When I click on the next or previous arrow the page number update until It reaches the " ... " . Let's image this...
When build project, do not create /dist/ngx-pagination. Error: Uncaught (in promise): Error: NG0203
**Angular version**: 14 **ngx-pagination version**: 3.0.1 **Description of issue**: when i do build, i got an error NG0203. I think i'm getting this error because when i run ng build,...
Has the author stopped supporting this library? Looks like it is not compatible with the latest Angular version.
Hi, thanks for contributing! This project is maintained in my spare time, so in order to help me address your issue as quickly as possible, please provide as much of...
Here I'm customizing the pagination controls by overriding the CSS to use Material Icons. Here's how you can modify the icons and ensure that the display properties are correctly set....
**Angular version**: 17.0.4 **ngx-pagination version**: 6.0.3 **Description of issue**: I'm using [this](https://michaelbromley.github.io/ngx-pagination/#/custom-template) example of the pagination, which is in the library docs. Maybe i'm not understanding the tools of the...
First step toward standalone component version of the library. Currently docs have been converted to standalone. TBD migrating library source itself to standalone. Probably can pull it off by creating...
I wonder there is a way or a new feature addon to it so that I can update current page number based upon row selected. For example, I am on...