I am using ASPnet core 2.0 (Visual studio 2017) mvc project using Angular 5. I am trying to use Kendo UI grid which will have all sorting, filtering, aggregation, and export to excel functionality. I could make it working using dummy data from a ts file and following the samples. However, I am having hard time figuring out how the web api or the Model/controller (if from within application) should return data since the service.ts looks for a url in localhost:47269/api/Vto/?page=1&pageSize=5 format.
Could someone please guide me if there is an appropriate step by step tutorial using Angular 2+ and aspnet core which walks through how to create service passing page, pagesize, sort etc. and a Kendo UI application utilizing it?