/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/stepper/stepper-harness/stepper-harness-example.html
15 строк
454 B
Kristiyan Kostadinov
refactor(material/stepper): remove all usages of deprecated selectors (#22838)
01 июн 2021, 22:48
Не верифицирован
01 июн 2021, 22:48
16a8495
Код
Авторство
О чём код?
<mat-stepper> <mat-step> <ng-template matStepLabel>One</ng-template> <button matStepperNext>Next</button> </mat-step> <mat-step optional> <ng-template matStepLabel>Two</ng-template> <button matStepperPrevious>Previous</button> <button matStepperNext>Next</button> </mat-step> <mat-step optional> <ng-template matStepLabel>Three</ng-template> <button matStepperPrevious>Previous</button> </mat-step> </mat-stepper>