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