Skip to content

Latest commit

 

History

History
 
 

aspnetwebapi-data

Using the Suite with ASP.NET Web Api

This Kendo UI for Angular sample project demonstrates how to use Kendo UI for Angular components with ASP.NET Web Api and is based on Microsoft Angular project template with ASP.NET Core v.5.0. The project features a Grid that can perform CRUD and data operations server-side.

The demo is referred to in the Kendo UI for Angular official documentation in the article on ASP.NET Core integration.

Getting Started

  1. Clone the sample apps repository locally by using your favorite Git client by running git clone https://github.com/telerik/kendo-angular/.git.
  2. Enter the project directory by running cd examples-standalone/aspnetcorewebapi-data.
  3. Enter your Telerik credentials in nuget.config
  4. Run the project with dotnet run.
  5. Open http://localhost:5000.