@klippa/ngx-enhancy-forms 20.0.11 → 20.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -652,6 +652,8 @@ declare class WithTooltipDirective {
|
|
|
652
652
|
private templateInstance;
|
|
653
653
|
private viewRefForTemplate;
|
|
654
654
|
constructor(el: ElementRef, appRef: ApplicationRef, ngZone: NgZone);
|
|
655
|
+
private cleanUpTooltipFromDom;
|
|
656
|
+
ngOnDestroy(): void;
|
|
655
657
|
hookUpTemplate(): void;
|
|
656
658
|
cleanUpTemplate(): void;
|
|
657
659
|
static ɵfac: i0.ɵɵFactoryDeclaration<WithTooltipDirective, never>;
|