Kendo UI for Angular - Binding to an ASP.NET Core service
Перейти к файлу
Tsvetomir Tsonev e21451df4c
docs: deprecation notice
2019-04-15 10:51:03 +03:00
ClientApp feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
Controllers update to new Microsoft template for Angular intergration 2018-05-18 14:32:37 +03:00
Pages feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
Properties feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
wwwroot update to new Microsoft template for Angular intergration 2018-05-18 14:32:37 +03:00
.gitignore update to new Microsoft template for Angular intergration 2018-05-18 14:32:37 +03:00
Program.cs feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
README.md docs: deprecation notice 2019-04-15 10:51:03 +03:00
Startup.cs feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
appsettings.Development.json feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
appsettings.json feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00
dotnet-angular.csproj feat: upgrade to ASP .NET Core 2.1 2018-12-13 16:34:10 +02:00

README.md

This repository is no longer updated. To access the current version, refer to the kendo-angular repository.

Kendo UI for Angular: ASP.NET Core

This repository holds the source code for the article on Integration with UI for ASP.NET Core.

The project is based on Microsoft's Angular project template with ASP.NET Core version 2.1.

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/kendo-angular-quickstart-dotnet.git.
  2. Enter the project directory by running cd kendo-angular-quickstart-dotnet
  3. Run the project with dotnet run
  4. Open http://localhost:5000