https://github.com/changhuixu/angular-clipboard
Copy a text string from an input element. The solution is not limited to Angular.
https://github.com/changhuixu/angular-clipboard
android angular browser chrome clipboard copy copy-paste ios javascript mac safari
Last synced: 3 months ago
JSON representation
Copy a text string from an input element. The solution is not limited to Angular.
- Host: GitHub
- URL: https://github.com/changhuixu/angular-clipboard
- Owner: changhuixu
- License: mit
- Created: 2019-09-09T15:12:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:08:44.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T18:25:46.334Z (over 2 years ago)
- Topics: android, angular, browser, chrome, clipboard, copy, copy-paste, ios, javascript, mac, safari
- Language: TypeScript
- Homepage: https://angular-clipboard.netlify.com/
- Size: 1.63 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-clipboard
Copy a text string from an input element. The solution is not limited to Angular.
## [Demo](https://angular-clipboard.netlify.com/)
Please try this demo in different devices/browsers.
If you want to play with the code directly, then you can use the [StackBlitz Demo](https://stackblitz.com/github/changhuixu/angular-clipboard)
## [Medium Article](https://codeburst.io/copy-text-to-clipboard-using-javascript-e2c97ca2c9cf)