The pagination component contains two modules: the pagination itself and the item counter. Both can be used separately or give an enhanced user experience when used together.
import {
PaginationModule,
ItemCounterModule
} from '@acpaas-ui/ngx-pagination';
Visit our documentation site for full how-to docs and guidelines
Name | Description | Documentation |
---|---|---|
PaginationModule |
Pagination component | Documentation |
ItemCounterModule |
Item counter and items per page components | Documentation |
Visit our Contribution Guidelines for more information on how to contribute.