Created
February 22, 2020 06:55
-
-
Save CodingWithTashi/b3f0be42a1b136c56a3ecc7b962e71fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button mat-raised-button | |
matTooltip="This is button tooltip" | |
aria-label="Button that displays a tooltip when focused or hovered over"> | |
Action | |
</button> | |
<a style="margin-left: 10px;" matTooltip="Info about the test" href="#">Test Link</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment