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

TabStripModule

Defines the NgModule for the TabStrip component.

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

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

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