I am unable to show 2 pages forward and back with current selected tab. Tried with below code.
<div *ngFor="let device of displayDevices | paginate: { itemsPerPage: itemPerPage, currentPage: selectedPage };"></div>
<pagination-controls (pageChange)="pageChanged($event)" responsive="false" autoHide="true"></pagination-controls>