UNPKG

@hug/ngx-user-tooltip

Version:
12 lines (11 loc) 597 B
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>; }