
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
ng-click-select
Advanced tools
This branch is for Angular 2. For Angular 1.x, see the 1.x branch.
Angular directive to select contents of text input or text area elements when clicked. Useful to allow user to easily copy value into their clipboard without a Flash-based solution like ZeroClipboard.
Also available at ngModules.org.
These projects use ng-click-select:
Depends on Angular 2.
Via Bower:
$ bower install --save ng-click-select#2
Then include src/ng-click-select.js
in your page.
And/or add it as a dependency of your module, e.g.:
import NgClickSelect from 'src/ng-click-select';
@Component({
/* ... */
})
@View({
template: '<input type="text" ng-click-select />',
directives: [NgClickSelect]
})
class NgClickSelectExample {
/* ... */
}
<input type="text" ng-click-select />
<textarea class="ng-click-select"></textarea>
npm i
tsd reinstall
npm run tsc
FAQs
Angular directive to select contents of text input when clicked.
The npm package ng-click-select receives a total of 263 weekly downloads. As such, ng-click-select popularity was classified as not popular.
We found that ng-click-select 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
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.