/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/material/timepicker/timepicker.html
17 строк
599 B
Kristiyan Kostadinov
fix(material/timepicker): switch away from animations module (#30404)
28 янв 2025, 17:52
Не верифицирован
28 янв 2025, 17:52
992aff1
Код
Авторство
О чём код?
<ng-template #panelTemplate> <div role="listbox" class="mat-timepicker-panel" [class.mat-timepicker-panel-animations-enabled]="!_animationsDisabled" [class.mat-timepicker-panel-exit]="!isOpen()" [attr.aria-label]="ariaLabel() || null" [attr.aria-labelledby]="_getAriaLabelledby()" [id]="panelId" (animationend)="_handleAnimationEnd($event)"> @for (option of _timeOptions; track option.value) { <mat-option [value]="option.value" (onSelectionChange)="_selectValue($event.source)">{{option.label}}</mat-option> } </div> </ng-template>