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

Defines the NgModule for the TabStrip component.

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

Definition

Package:@progress/kendo-angular-layout

Syntax:

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

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