ngx-json-ui
Version:
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.0.
15 lines (14 loc) • 590 B
TypeScript
import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HasTooltipDirective implements OnInit {
private el;
tooltip: {
position: string;
text: string;
} | undefined;
constructor(el: ElementRef);
ngOnInit(): void;
private setupTooltip;
static ɵfac: i0.ɵɵFactoryDeclaration<HasTooltipDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<HasTooltipDirective, "[appHasTooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
}