ngx-tooltip-directives
Advanced tools
Comparing version
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
157050
0.92%1379
0.8%326
0.31%