New to Kendo UI for AngularStart a free 30-day trial

LayoutModule

Defines the NgModule for the Layout components.

Use this module to add all Layout package components to your NgModule-based Angular application.

typescript
import { LayoutModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, LayoutModule],
  bootstrap: [AppComponent]
})
export class AppModule { }
Not finding the help you need?
Contact Support