ngx-dynamic-tooltip
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -13,2 +13,3 @@ import { NgxDynamicTooltipComponent } from './ngx-dynamic-tooltip.component'; | ||
tooltip: string | TemplateRef<any> | Type<any>; | ||
content: any; | ||
placement: 'top' | 'bottom' | 'right' | 'left'; | ||
@@ -28,3 +29,3 @@ selectedTooltip: any; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tooltip]", never, { "tooltip": "tooltip"; "placement": "placement"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[tooltip]", never, { "tooltip": "tooltip"; "content": "content"; "placement": "placement"; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "ngx-dynamic-tooltip", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Babak Bahadornia", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94151
736