@for (step of steps; track step; let i = $index) {
{{ i + 1 }}
{{ step.stepLabel || step.label }}
@if (selectedIndex === i) {
}
}
{{ currentLabel }}
@for (step of steps; track step; let i = $index) {
}