UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

10 lines (9 loc) 403 B
/** * Assign a text value to the system clipboard. Note: Due to browser * security restrictions, the copy will only succeed if this method * is invoked as a result of a user action (eg. user button click). * * @param value text value to be assigned to clipboard. * @returns boolean indicating success/failure of copy operation. */ export declare function copyToClipboard(value: string): boolean;