/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/tooltip/tooltip-disabled/tooltip-disabled-example.html
10 строк
338 B
Kristiyan Kostadinov
refactor(multiple): switch button selectors
14 мар 2025, 09:04
14 мар 2025, 09:04
103ac7c
Код
Авторство
О чём код?
<button matButton="elevated" matTooltip="Info about the action" [matTooltipDisabled]="disabled.value" aria-label="Button that displays a tooltip that can be programmatically disabled"> Action </button> <mat-checkbox [formControl]="disabled" class="example-disabled-checkbox"> Tooltip disabled </mat-checkbox>