Created
May 7, 2017 10:44
-
-
Save AlexanderKozhevin/6ac36aa084cd24a4e4271cc2b7cf5c89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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