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.
The instructions for getting up and running with each sample project can be found in its README.md
file in the projects
folder.
Currently, the example on integrating Kendo UI for Angular with Progressive Web Applications is deployed on GitHub pages.
- Create a new sample application by running
ng generate application <application-name>
. - In
angular.json
, add the Kendo UI Default theme to thestyles
section of the application.
To get more help on the Angular CLI, use ng help
or check out the Angular CLI README.md
file.