Skip to content

Files

Latest commit

abbb037 · Jan 6, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 14, 2024
Jan 6, 2025
Jan 17, 2020
Mar 29, 2019
Jun 1, 2022
Apr 30, 2019
Jan 6, 2025
Oct 26, 2022
May 13, 2024
Jun 1, 2022
Jul 1, 2020

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.