Posts for Olamilekan Solih

Frontend Developer

Server-side pagination with ngx-pagination in Angular

Server-side pagination is returning a subset of data requested by a client if you don’t want to display all data at once. The server takes a certain parameter from the client to get relevant information/records. In this article, I will explain how to do server-side pagination in Angular apps using ngx-pagination. Prerequisites for this tutorial […]

December 18, 2020 in Angular