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

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

Definition

Package:@progress/kendo-angular-layout

Selector:[kendoStepperIndicatorTemplate]

Syntax:

html
<kendo-stepper>
  <ng-template kendoStepperIndicatorTemplate let-step="step" let-index="index">
    <span>{{ index + 1 }}</span>
  </ng-template>
</kendo-stepper>
In this article
Definition
Not finding the help you need?
Contact Support