ngx-pagination icon indicating copy to clipboard operation
ngx-pagination copied to clipboard

Pagination for Angular

Results 50 ngx-pagination issues
Sort by recently updated
recently updated
newest added

This is search filter directives ``` import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'filter' }) export class FilterPipe implements PipeTransform { transform(items: any[], searchText: string): any[] { if...

**Angular version**: 12.0.4 **ngx-pagination version**: 5.1.1 **Description of issue**: I'm getting this error when pagination-controls component is initializing: InvalidPipeArgument: 'Cannot read properties of undefined (reading '0')' for pipe 'DecimalPipe' at...

======= **Angular version**: 13..3.2 **ngx-pagination version**: 6.0.2 **Description of issue**: I trying to add psgintion with return of store **Steps to reproduce**: just add paginate pipe **Expected result**: items **Actual...

**Angular version**: "@angular/cdk": "^9.0.0", **ngx-pagination version**: "ngx-pagination": "^5.0.0", **Description of issue**: I already have a module using ngx-pagination, when I create other module to use ngx-pagination into a new component...

Im trying to paginate cards with datatable in which each rows has model. *ngFor="let element of poHeader | paginate: { id :'moveNext', itemsPerPage: viewCount, currentPage: page } ; let i=...

When angular compiles the library it says: "Encourage the library authors to publish an Ivy distribution." Could be possible to update the library in order to have an Ivy distribution?...

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 **ngx-pagination version**: 5.1.1 **Description of issue**: in the fist page, previous button appears as disabled. But it is done using disabled class and span element. As a...

**Angular version**: 8.2.14 **ngx-pagination version**: 5.1.1 **Description of issue**: Got the following error in consol core.js:6014 ERROR Error: Uncaught (in promise): Error: Export of name 'paginationApi' not found! Error: Export...

I am having the same issue. I have used ng2 search filter and ngx pagination in my HTML file of angular project. I am able to search within pages but...