You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot places of using tooltip, but there are no completed solution in CDK but all needed functionality for create it - overlay.
Example of creating the own solution https://angular.love/tooltip-with-angular-cdk
Acceptance criteria
Create own tooltip directive
Support delay feature
Support disabled state
Support event types: hover, focus
Replace old one with new
Migrate styles
Remove pTooltip
Test
The text was updated successfully, but these errors were encountered:
Overview
A lot places of using tooltip, but there are no completed solution in CDK but all needed functionality for create it - overlay.
Example of creating the own solution https://angular.love/tooltip-with-angular-cdk
Acceptance criteria
The text was updated successfully, but these errors were encountered: