1.0.4 • Published 3 years ago

angular-paginate v1.0.4

Weekly downloads
36
License
-
Repository
github
Last release
3 years ago

Angular-Paginate

npm.io

npm.io

Usage

npm install angular-paginate --save

Import Module

import { AngularPaginateModule } from 'angular-paginate';

@NgModule({

imports: [
AngularPaginateModule
]

})

In Component

<angular-paginate  totalPages="100"  maximumShowAblePage="8"  (activePageNumber)="activePage($event)">

<paginate-link  firstPage  margin="5px">

</paginate-link>

<paginate-link  *ngPaginate  margin="5px">

</paginate-link>

<paginate-link  lastPage  margin="5px">

</paginate-link>

</angular-paginate>

Default Veriables

{
DEFAULT_FIRSTPAGE:number=1;
DEFAULT_ACTIVEPAGE:number=1;
DEFAULT_MAXSHOWABLEPAGE:number=7;
DEFAULT_TOTALPAGES:number=0;
}
1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago