ngx-copypaste
Version:
10 lines (9 loc) • 485 B
TypeScript
import * as i0 from "@angular/core";
export declare class NgxCopyPasteDirective {
successCb: import("@angular/core").OutputEmitterRef<void>;
private readonly _elementRef;
private copyWithSelection;
copy(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxCopyPasteDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxCopyPasteDirective, "[ngxCopyPaste]", ["copy", "ngxCopy"], {}, { "successCb": "successCb"; }, never, never, true, never>;
}