Skip to content

Commit

Permalink
Update tooltip.directive.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
louiiuol authored Oct 28, 2024
1 parent a6c6ed3 commit 37c7eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/directives/tooltip.directive.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { Directive, ElementRef, HostListener, Input, Renderer2 } from '@angular/core';

@Directive({
selector: '[libTooltip]'
selector: '[libTooltip]',
standalone: true
})
export class TooltipDirective {
@Input('libTooltip') tooltipContent: string = '';
Expand Down

0 comments on commit 37c7eee

Please sign in to comment.