This repository contains slides, example projects and boilerplate code for interactive demo projects with Angular and Kendo UI.
git clone https://github.com/newventuresoftware/kendo-ui-for-angular.git
cd kendo-ui-for-angular
Open slides/index.html in your browser or follow this Link
Navigate to the project and install the dependencies.
cd demos/complete/typescript
npm install
Compile the .ts files
tsc
Run the compiled file
node output/<filename>.js
Run the Angular project
cd demos/complete/movies
npm install
ng serve
Run the local web server for the backend.
cd demos/web-api
npm install
npm start
Run the Angular project
cd demos/complete/dashboard
npm install
ng serve
This project uses Telerik Kendo UI, which is commercial software. To use it, you need to agree to the Telerik End User License Agreement for Kendo UI Complete. If you do not own a commercial license, the files associated with the software shall be governed by the trial license terms.
All available Kendo UI commercial licenses may be obtained here.