0.2.3-beta • Published 4 years ago

ngf-clipboard v0.2.3-beta

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

ngf-clipboard

angular cilpboard module

PeerDependencies

angular 9

Install

npm install --save ngf-clipboard

Usage

 <p #elRef>test</p>
 <button [ngfClip]="elRef" (ngfClipOut)="someFunc($event)">copy</button> 
// $event === {copyText: 'test'}

or

 <button [ngfClip]="'testText'">copy</button>