lct-components
Version:
LCT basic components
16 lines (15 loc) • 716 B
TypeScript
import { AfterViewInit, ViewContainerRef, ComponentFactoryResolver, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ClipboardComponent implements OnInit, AfterViewInit {
private viewContainerRef;
private componentFactoryResolver;
message: string;
copyActive: boolean;
constructor(viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver);
ngOnInit(): void;
ngAfterViewInit(): void;
copyToClipboard(): void;
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "lct-clipboard", never, {}, {}, never, never>;
}