![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
ngx-clipboard
Advanced tools
Angular directive for clipboard.js by @zenorocha
It works with angular version 2.0.0 and up
To make more sense with the future versioning scheme of Angular, the directive selector is now rename to ngxClipboard
You can get it on npm.
npm install ngx-clipboard --save
1. npm i
2. npm run build
If you use SystemJS to load your files, you might have to update your config:
System.config({
map: {
'ngx-clipboard': 'node_modules/ngx-clipboard/dist/bundles/ngxClipboard.umd.min.js'
}
});
For webpack / Angular CLI, it works as any other libraries. Please check demo folder for more help.
npm run commit
to commit, and CI will do the rest.BREAKING CHANGE
keyword in the comment to trigger major releasenpm run semantic-release
locally to make sure the version number is push as expected.If you use webpack, check /demo/webpack
. Try to use the same version of webpack that demo used, if you run into any error.
The latest version (3.0.0+) works with AoT, please check /demo/angular2-aot-webpack to see how to make it work.
Kudos to
Thierry Templier This project is base on his answer on StackOverflow
blacksonic AoT's demo is based on his project
FAQs
angular 2 clipboard
The npm package ngx-clipboard receives a total of 91,896 weekly downloads. As such, ngx-clipboard popularity was classified as popular.
We found that ngx-clipboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.