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: