xxxxxxxxxx
This can be done by providing id :
Here p & q are number variable representing starting page number.
<tr |paginate: {id:'firstPagination', itemsPerPage: 5, currentPage: p }>
---------------
-----------------
< <pagination-controls style="font-size: 20px" id="firstPagination" (pageChange)="p = $event"></pagination-controls>
<tr |paginate: {id:'secondPagination', itemsPerPage: 5, currentPage: p }>
< <pagination-controls style="font-size: 20px" id="secondPagination" (pageChange)="p = $event">