JSPM

angular-6-clipboard

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 56
    • Score
      100M100P100Q68965F
    • License ISC

    Copy anything to clipboard through button or event

    Package Exports

    • angular-6-clipboard

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-6-clipboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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