/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/timepicker/timepicker-forms/timepicker-forms-example.html
10 строк
341 B
Kristiyan Kostadinov
docs(material/timepicker): add timepicker documentation and live examples
04 ноя 2024, 09:00
04 ноя 2024, 09:00
ade32c6
Код
Авторство
О чём код?
<mat-form-field> <mat-label>Pick a time</mat-label> <input matInput [formControl]="formControl" [matTimepicker]="picker"> <mat-timepicker-toggle matIconSuffix [for]="picker"/> <mat-timepicker #picker/> </mat-form-field> <p>Value: {{formControl.value}}</p> <p>Touched: {{formControl.touched}}</p> <p>Dirty: {{formControl.dirty}}</p>