ngx-animated-paginator
August 13, 2025 · View on GitHub
About
Angular wrapper for animated-paginator-web-component with ControlValueAccessor support. General‑purpose developer tool. No customer data, proprietary prompts, or core product logic.
Install
npm install ngx-animated-paginator animated-paginator-web-component
Usage
import { NgxAnimatedPaginatorModule } from 'ngx-animated-paginator';
@NgModule({
imports: [NgxAnimatedPaginatorModule],
// ...
})
export class AppModule { }
<ngx-animated-paginator
[pages]="5"
[initialPage]="0"
[pageColors]="['#4285F4', '#FDBB2D', '#9A40D3']"
orientation="horizontal"
(pageChanged)="onPageChanged($event)"
[(ngModel)]="currentPage">
</ngx-animated-paginator>
Safety & Privacy
Do not upload PII or confidential data. See SECURITY.md.
License
MIT. See LICENSE and NOTICE.