@hug/ngx-user-tooltip
Version:
HUG Angular - user-tooltip component
12 lines (11 loc) • 597 B
TypeScript
import { NgxTooltipService } from '@hug/ngx-tooltip';
import { NgxUserCard } from '@hug/ngx-user-card';
import { Observable } from 'rxjs';
import { NgxUserTooltipComponent } from './user-tooltip.component';
import * as i0 from "@angular/core";
export declare class NgxUserTooltipService extends NgxTooltipService<NgxUserCard, NgxUserTooltipComponent> {
constructor();
protected loadComponent$(): Observable<typeof NgxUserTooltipComponent>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxUserTooltipService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxUserTooltipService>;
}