Proposal for Standalone Tooltip Directive in PrimeNG Using Angular Directive Composition API #2690
-
I propose adding a standalone tooltip directive to PrimeNG that leverages Angular's Directive Composition API. This would allow developers to easily integrate tooltips in both directives and components without needing to tie them directly to PrimeNG components. I have successfully implemented a modification where the tooltip directive can be composed and reused like this:
Usage:
This enhancement would provide more flexibility and ease of use for developers when integrating tooltips. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have submitted a pull request for the standalone tooltip directive solution. You can track the progress and review it here: PrimeNG Pull Request #16386. Looking forward to your feedback! |
Beta Was this translation helpful? Give feedback.
I have submitted a pull request for the standalone tooltip directive solution. You can track the progress and review it here: PrimeNG Pull Request #16386.
Looking forward to your feedback!