1.0.4 • Published 5 years ago

angular-paginate v1.0.4

Weekly downloads
36
License
-
Repository
github
Last release
5 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

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago