Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 10:44
Show Gist options
  • Save AlexanderKozhevin/6ac36aa084cd24a4e4271cc2b7cf5c89 to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/6ac36aa084cd24a4e4271cc2b7cf5c89 to your computer and use it in GitHub Desktop.
<div>Default pagination</div>
<ngb-pagination [collectionSize]="70" [(page)]="page" aria-label="Default pagination"></ngb-pagination>
<div>directionLinks = false</div>
<ngb-pagination [collectionSize]="70" [(page)]="page" [directionLinks]="false"></ngb-pagination>
<div>boundaryLinks = true</div>
<ngb-pagination [collectionSize]="70" [(page)]="page" [boundaryLinks]="true"></ngb-pagination>
<hr>
<pre>Current page: {{page}}</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment