kendo-ui-angular

Installation
SKILL.md

Kendo UI for Angular — Development Guidelines

Setup & Installation

All packages are installed via the Angular schematics command, which handles dependencies and theme registration automatically:

ng add @progress/kendo-angular-grid
ng add @progress/kendo-angular-treelist
ng add @progress/kendo-angular-treeview
ng add @progress/kendo-angular-dropdowns

Standalone vs. NgModule

Modern Angular (15+) uses standalone components. All Kendo packages expose a barrel token (e.g. KENDO_GRID) that replaces the module import:

Installs
2
Repository
bmsuisse/skills
GitHub Stars
2
First Seen
Apr 17, 2026
kendo-ui-angular — bmsuisse/skills