angular-6-clipboard

1.0.1 • Public • Published

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: asfand.dev@gmail.com Website: asfand.info

Package Sidebar

Install

npm i angular-6-clipboard

Weekly Downloads

32

Version

1.0.1

License

ISC

Unpacked Size

1.61 kB

Total Files

3

Last publish

Collaborators

  • asfandiyark7