Michael Bromley

Results 750 comments of Michael Bromley

Hi, Thanks for the report. > Elements with disabled attribute is skipped by the tool Does that mean we can just additionally add a `disabled` attribute to the `` and...

Hi, Just looked into this and yes this is the case. The thing is, `PaginationService` is not part of the public API of this library so I would not necessarily...

> I looked more into the code and i found the PaginationPipe emits the id when it's registered (the clone) and also when I set the currentPage with the Service....

Hi, can you make a StackBlitz reproduction please? https://stackblitz.com/edit/angular-e1f9hq

I don't mean you need to reveal proprietary code, just a minimal reproduction that demonstrates the issue. Otherwise I would have to create the reproduction myself in order to ascertain...

Yes, this would be good to do. I'm rather limited for time at the moment, but I would happily accept any help on this if anyone wants to offer. Otherwise...

Hello, I think this is happening because you are passing in the `totalItems` option, which tells the PaginatePipe that you are doing [server-side paging](https://github.com/michaelbromley/ngx-pagination/blob/737cc1611ae3ceb7150e6aad5efed67b10ba0a54/src/paginate.pipe.ts#L46). The pipe will then assume the...

Hi, Please provide at least some code of your NgModule where you are using this library.

Hi! Sure, that sounds like a reasonable feature to add. A PR is welcome!