New to Kendo UI for Angular? Start a free 30-day trial
GridLayoutModule
Defines the NgModule
for the GridLayout component.
Use this module to add the GridLayout component to your NgModule-based Angular application.
typescript
import { GridLayoutModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
@NgModule({
imports: [GridLayoutModule]
})
export class AppModule { }