Angular pagination
Why do i required. I found ngx-pagination which had all the collections like items = array(512) and shows the pagination based on 512 results. But i needed to hit the APIs each time when page changes and fetch the only records of a singe page based on skip and limit. So i created a pagination …