Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<div class="example-container" cdkScrollable>
<button mat-raised-button #tooltip="matTooltip"
matTooltip="Info about the action"
title="a test title"
[matTooltipPosition]="position.value!"
matTooltipHideDelay="100000"
aria-label="Button that displays a tooltip that hides when scrolled out of the container"
Expand Down
Loading