Socket
Socket
Sign inDemoInstall

angular-6-clipboard

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-6-clipboard

Copy anything to clipboard through button or event


Version published
Weekly downloads
48
decreased by-22.58%
Maintainers
1
Install size
1.57 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 25 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc