I work on single page application web api .net core 5 with angular 11
i need to get any source code sample web site or links or full sample or github links
that applying or implemetation code for pagination to web api .net core with angular 11
so can you help me please ?
Vishal YelvePosted Nov 1, 2022, 7:50 AM
https://dzone.com/articles/server-side-pagination-using-aspnet-core-and-angul
Vishal JoshiPosted Nov 1, 2022, 7:20 AM
Hello,
Please check the below link for the pagination in angular using the npm package.
https://www.npmjs.com/package/ngx-pagination
Sachin SinghPosted Nov 1, 2022, 5:01 AM
On API side, create your Stored procedures like below
On angular side you can use any plugin that takes two parameter pageNumber and PageSize (by default i have set it to 1 and 10 respectively meaning 10 records per page).