All Projects → telerik → kendo-angular-universal-demo

telerik / kendo-angular-universal-demo

Licence: other
Sample Angular 2 Universal Application with Kendo UI for Angular 2

Programming Languages

typescript
32286 projects
HTML
75241 projects
C#
18002 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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

Kendo UI for Angular: Angular Universal

This repository contains a Node-based and an ASP.NET Core-based sample applications which demonstrate how to use Kendo UI for Angular and Angular Universal.

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/kendo-angular-universal-demo.git.
  2. Enter the project directory by running cd kendo-angular-universal-demo.

Table of Contents

Running the Applications

Node-Based Project

To run the application, execute the following commands:

# use npm (or yarn) to install the dependencies
npm install

# dev build (SPA / lean Angular)
npm run build:spa-dev
# prod build (SPA / lean Angular)
npm run build:spa-prod

# start the server (SPA / lean Angular)
npm run serve:spa
# start the server (SPA / lean Angular, with HMR support)
npm run serve:spa-hmr

# dev build (Universal)
npm run build:universal-dev
# prod build (Universal)
npm run build:universal-prod

# start the server (Angular Universal)
npm run serve

ASP.NET Core-Based Project

To run the application, execute the following commands:

# install the ASP.NET Core packages
dotnet restore

# use npm (or yarn) to install the dependencies
cd ClientApp/
npm install

# go back to the main projects directory
cd ..
SET ASPNETCORE_Environment=Development (Windows) or export ASPNETCORE_Environment=Development (Linux, OSX)

# Start the development server
dotnet run

Other Kendo UI Sample Projects for Angular

Sample Project Repository Sample Project Documentation
Using Kendo UI with the Angular CLI Get Started
Using Kendo UI for Angular with Angular QuickStart Using with SystemJS
Using Kendo UI for Angular with Angular Seed Not documented
Using Kendo UI for Angular with UI for ASP.NET Core UI for ASP.NET Core Integration
Using Kendo UI for Angular with NativeScript Not documented
Translating the custom messages of the Kendo UI components for Angular Translation of Messages
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].