0.1.1 • Published 1 year ago

@dsks/simple-pagination v0.1.1

Weekly downloads
-
License
CC BY-SA
Repository
-
Last release
1 year ago

SimplePagination

This library was generated with Angular CLI version 14.2.0.

How to use

Import module on app.module.ts

import { SimplePaginationModule } from '@dsks/simple-pagination';

...

imports: [
  ...,
  SimplePaginationModule
],

Use it on html template

<lib-simple-pagination itemsCount=20 itemsByPage="2" (pageClickEvent)="pageClick($event)"></lib-simple-pagination>
0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago