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