/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/stepper/index.ts
14 строк
1 KB
Kristiyan Kostadinov
fix(cdk/stepper): allow signal form to be assigned as stepControl (#33562)
21 июл 2026, 23:53
Не верифицирован
21 июл 2026, 23:53
0e34c64
Код
Авторство
О чём код?
export {StepperEditableExample} from './stepper-editable/stepper-editable-example'; export {StepperErrorsExample} from './stepper-errors/stepper-errors-example'; export {StepperLabelPositionBottomExample} from './stepper-label-position-bottom/stepper-label-position-bottom-example'; export {StepperOptionalExample} from './stepper-optional/stepper-optional-example'; export {StepperOverviewExample} from './stepper-overview/stepper-overview-example'; export {StepperStatesExample} from './stepper-states/stepper-states-example'; export {StepperVerticalExample} from './stepper-vertical/stepper-vertical-example'; export {StepperHarnessExample} from './stepper-harness/stepper-harness-example'; export {StepperIntlExample} from './stepper-intl/stepper-intl-example'; export {StepperLazyContentExample} from './stepper-lazy-content/stepper-lazy-content-example'; export {StepperResponsiveExample} from './stepper-responsive/stepper-responsive-example'; export {StepperHeaderPositionExample} from './stepper-header-position/stepper-header-position-example'; export {StepperAnimationsExample} from './stepper-animations/stepper-animations-example'; export {StepperSignalFormsExample} from './stepper-signal-forms/stepper-signal-forms-example';