Closed MrWednesday-glitch closed 10 months ago
Only send a amount of hits to the front via the API, as well as meta info on which batch out of how many hits
https://code-maze.com/paging-aspnet-core-webapi/
THe new getcompanies endpoint is something like https://localhost:7196/companies?pageSize=2&pageNumber=1
https://www.angularjswiki.com/material/mat-table-pagination/
https://jasonwatmore.com/post/2022/12/13/angular-14-paging-and-sorting-table-data-example-tutorial
https://www.npmjs.com/package/ngx-pagination
https://michaelbromley.github.io/ngx-pagination/#/
https://github.com/michaelbromley/ngx-pagination/blob/master/README.md
https://www.angularjswiki.com/material/mat-table-serverside-pagination/
Do not forget to clean up the code and unit test the back end
Only send a amount of hits to the front via the API, as well as meta info on which batch out of how many hits