I work on search form on angular 7 and web api asp.net core 2.2 entity framework
I need any web site or any link on github to full source code web api and angular 7
This search when load page it will display all data on table with pagination and i can search on data by multi parameter
as example
student Form
student Name textbox
country combobox
search button
display data of student with pagination
So how to do that by using web api and angular asp.net core
thanks