UNPKG

@ngx-popovers/tooltip

Version:

The Tooltip component based on Angular 17+ and Floating-ui shows tooltips next to the trigger element

5 lines (4 loc) 253 B
import { InjectionToken, Type } from '@angular/core'; import { NgxTooltipConfig } from './tooltip-config'; export declare const NGX_TOOLTIP_CONFIG: InjectionToken<NgxTooltipConfig>; export declare const NGX_TOOLTIP_COMPONENT: InjectionToken<Type<any>>;