angular-6-clipboard
v1.0.1
Published
Copy anything to clipboard through button or event
Downloads
161
Maintainers
Readme
Angular 6 Clipboard
One thing that comes up quite often in website building is the ability to copy some text to clipboard, without the user selecting it or hitting the appropriate key combination on their keyboard. If you are looking for something same then you are in the right place.
Here are the 3 simple steps to use it in your angular project
Step 1:
Instalitions
$ npm i angular-6-clipboard
Step 2:
Importing to component
import { ngCopy } from 'angular-6-clipboard';
Step 3:
Usage
ngCopy("copy this text to clipboard ..."); // Hurrah!!! this text has been copied to clipboard.
Please feel free to contact if you have any problem while using this package, I always like to help and solve the problems of other people.
Email: [email protected] Website: asfand.info