UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (8 loc) 430 B
<div class="col-md-6" style="margin: 20px 0;"> <pagination [directionLinks]="false" [totalItems]="totalItems" [(ngModel)]="currentPage" pageBtnClass="custom" (numPages)="smallnumPages = $event"></pagination> </div> <div class="col-md-6"> <pager [totalItems]="totalItems" [(ngModel)]="currentPage" (pageChanged)="pageChanged($event)" itemsPerPage="10" pageBtnClass="btn-custom"></pager> </div>