chrono-calendar
Version:
A modern, responsive, and customizable calendar library for **Angular** applications. Built with **Signals** and **standalone components** for simple and performant integration.
17 lines (16 loc) • 731 B
TypeScript
import { ElementRef, ViewContainerRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TooltipDirective {
private elementRef;
private viewContainerRef;
private renderer;
text: string;
private tooltipComponentRef;
constructor(elementRef: ElementRef, viewContainerRef: ViewContainerRef, renderer: Renderer2);
onMouseEnter(): void;
onMouseLeave(): void;
private destroyTooltip;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[appTooltip]", never, { "text": { "alias": "appTooltip"; "required": false; }; }, {}, never, never, true, never>;
}