New to Kendo UI for Angular? Start a free 30-day trial
KENDO_GRID
Updated on Oct 30, 2025
Contains all Grid-related components and directives.
typescript
import { KENDO_GRID } from '@progress/kendo-angular-grid';
@NgModule({
imports: [KENDO_GRID]
})
export class AppModule {}