ngx-clipboard

(F.K.A angular2-clipboard)

A native clipboard directive ported from clipboard.js

Download .zip Download .tar.gz View on GitHub

ngx-clipboard

travis build npm GitHub release npm

Angular2 directive for clipboard.js by @zenorocha

  • Angular 2+

Install

You can get it on npm.

npm install ngx-clipboard --save

Build project

          
            1. npm i

            2. npm run build
          
        

Example

Kudos to Thierry Templier This project is base on his answer on StackOverflow