This repo ships with an interactive showcase app — every behavior has a live, editable example (edit the code, the paginator updates in real time). Run it locally:
npm install
npm run devThen open http://localhost:4200.
import { SAUPaginatorModule } from '@some-angular-utils/paginator';<sau-paginator
[totalPages]="totalPages"
[currentPage]="currentPage"
(pageChange)="onPageChange($event)"
></sau-paginator>.sau-paginator{
--sau-color-primary: rgb(147, 51, 234);
--sau-color-secondary: var(--sau-color-primary);
--sau-color-background: rgb(255, 255, 255);
}