0.0.1 • Published 5 years ago

ngx-clickselect v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

NgxClickselect

Angular Directive to bind both events click and select on element.On click it emit the clicked event and on selecting the particular text from element it will get selected and copied to your clipboard and will generate a appearable text Copied to Clipboard!! appear on your screen

Install

npm install ngx-clickselect

Examples

Styling

If you want to style clipboard message you can create your html element and provide it in the component html with id "clipboard" For Exaample : -