Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save junaidahmed501/d77d2cd302815dd6192ccf71f399569e to your computer and use it in GitHub Desktop.
Save junaidahmed501/d77d2cd302815dd6192ccf71f399569e to your computer and use it in GitHub Desktop.
<button
[disabled]="!isButtonEnabled"
(click)="handleButtonClick()"
mat-button type="button" class="button">
<span
[matTooltip]="'Info about why the button is disabled.'"
[matTooltipDisabled]="isButtonEnabled">
<mat-icon>save</mat-icon>
Action
</span>
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment