kendo-angular/examples
..
bin
projects
static
.editorconfig
.eslintrc.json
README.md
angular.json
package-lock.json
package.json
tsconfig.json
tslint.json

README.md

Example Projects

This folder contains example projects from the official Kendo UI for Angular documentation in a shared Angular CLI workspace.

Additional sample applications that cannot use the same workspace are located in the examples-standalone folder.

Starting Projects

The instructions for getting up and running with each sample project can be found in its README.md file in the projects folder.

Hosted Examples

Currently, the example on integrating Kendo UI for Angular with Progressive Web Applications is deployed on GitHub pages.

Creating a New Project

  1. Create a new sample application by running ng generate application <application-name>.
  2. In angular.json, add the Kendo UI Default theme to the styles section of the application.

Further Help

To get more help on the Angular CLI, use ng help or check out the Angular CLI README.md file.