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

StepperModule

Defines the NgModule for the Stepper component.

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

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

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