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

SplitterModule

Defines the NgModule for the Splitter component.

Use this module to add the Splitter component to your NgModule-based Angular application.

typescript
import { SplitterModule } from '@progress/kendo-angular-layout';
import { NgModule } from '@angular/core';

@NgModule({
  imports: [SplitterModule]
})
export class AppModule { }
Not finding the help you need?
Contact Support