kendo-angular/examples
Dimitar Topuzov b5868db02d chore: fix CD 2024-05-14 17:13:34 +03:00
..
bin chore: fix CD 2024-05-14 17:13:34 +03:00
projects fix: grid-jsdo demo 2022-10-26 14:50:46 +03:00
static feat: update ghp publish script (#2676) 2020-01-17 08:08:30 +02:00
.editorconfig refactor: move to workspace 2019-03-29 17:54:48 +02:00
.eslintrc.json Update examples to Angular 13 (#3683) 2022-06-01 11:37:51 +03:00
README.md docs: update for a single entry 2019-04-30 11:05:32 +03:00
angular.json Update examples to Angular 13 (#3683) 2022-06-01 11:37:51 +03:00
package-lock.json chore: update package-lock 2022-10-26 14:50:46 +03:00
package.json chore: add @angular/animations to examples deps 2024-05-13 18:06:09 +03:00
tsconfig.json Update examples to Angular 13 (#3683) 2022-06-01 11:37:51 +03:00
tslint.json refactor(examples): update to Angular v10 (#2964) 2020-07-01 16:17:06 +03:00

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.