You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngx-tooltip-directives

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-tooltip-directives - npm Package Compare versions

Comparing version

to
20.2.0

8

index.d.ts
import * as i0 from '@angular/core';
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef, ViewContainerRef, ApplicationRef, Injector, SimpleChanges, TemplateRef, Renderer2, ModuleWithProviders } from '@angular/core';
import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef, ViewContainerRef, ApplicationRef, Injector, SimpleChanges, TemplateRef, ModuleWithProviders } from '@angular/core';
import { SafeHtml } from '@angular/platform-browser';

@@ -162,4 +162,5 @@ import * as rxjs from 'rxjs';

declare class TooltipComponent implements OnInit, OnDestroy {
private elementRef;
private renderer;
private readonly cdRef;
private readonly elementRef;
private readonly renderer;
private userClickOutsideTooltipSubject;

@@ -203,3 +204,2 @@ userClickOutsideTooltip$: rxjs.Observable<MouseEvent>;

tooltipOffset: number;
constructor(elementRef: ElementRef, renderer: Renderer2);
ngOnInit(): void;

@@ -206,0 +206,0 @@ showTooltip(config: TooltipDto): void;

{
"name": "ngx-tooltip-directives",
"version": "20.1.1",
"version": "20.2.0",
"description": "Tooltips for Angular",

@@ -5,0 +5,0 @@ "homepage": "https://mkeller1992.github.io/ngx-tooltip-directives",

@@ -10,2 +10,3 @@ # ngx-tooltip-directives

The latest library version is compatible with **Angular 20**.
Starting with version 20.2.0, `ngx-tooltip-directives` is fully **zoneless-compatible**.

@@ -12,0 +13,0 @@ Tooltips are informative pop-up tips that appear when you hover over or click on an item, providing helpful additional information or guidance.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet