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

Use this template to define custom content for the entire step. To define the template, nest an <ng-template> tag with the kendoStepperStepTemplate directive inside the <kendo-stepper> tag.

Definition

Package:@progress/kendo-angular-layout

Selector:[kendoStepperStepTemplate]

Syntax:

html
<kendo-stepper>
  <ng-template kendoStepperStepTemplate let-step="step" let-index="index">
    <div class="custom-step">
      <span>{{ step.label }}</span>
    </div>
  </ng-template>
</kendo-stepper>
In this article
Definition
Not finding the help you need?
Contact Support