UNPKG

lct-components

Version:
14 lines (13 loc) 668 B
import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ClipboardDirective { private viewContainerRef; private resolver; private componentFactoryResolver; constructor(viewContainerRef: ViewContainerRef, resolver: ComponentFactoryResolver, componentFactoryResolver: ComponentFactoryResolver); textCopy: string; ngOnInit(): void; private loadImageComponent; static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ClipboardDirective, "[lctClipboard]", never, { "textCopy": "textCopy"; }, {}, never>; }