Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
ng2-nouislider
Advanced tools
Angular2 nouislider component
See demos
npm i --save nouislider ng2-nouislider
import { NouisliderModule } from 'ng2-nouislider';
@import "~nouislider/distribute/nouislider.min.css";
Add to map:
'nouislider': 'node_modules/nouislider',
'ng2-nouislider': 'node_modules/ng2-nouislider',
Add to packages:
'nouislider': { main: 'distribute/nouislider.js', defaultExtension: 'js' },
'ng2-nouislider': { main: 'src/nouislider.js', defaultExtension: 'js' },
<nouislider [connect]="true" [min]="0" [max]="15" [(ngModel)]="someRange"></nouislider>
this.form1 = this.formBuilder.group({ 'single': [ 10 ] });
<form [formGroup]="form">
<nouislider [min]="0" [max]="20" [step]="0.5" [formControl]="form.controls.single"></nouislider>
</form>
This component based on nouislider. Documentation about additional settings (passed in [config] @Input) can found here.
npm i
npm start
open http://localhost:8080
Thanks goes to these wonderful people (emoji key):
Tomasz Bak 💻 👀 | Giacomo Mazzamuto 💻 👀 | Ryan Morris 💻 | Sven Flickinger 💻 | Riku Kallio 💻 | John Pinkster 💻 | Oleg Romanovskyi 💻 |
---|---|---|---|---|---|---|
ATeal 💻 | Jérémy Leherpeur 💻 | Matt Lewis 💻 | anysite 📖 | flmg 💻 | SirWojtek 📖 | Rubén Trujillo 💻 |
This project follows the all-contributors specification. Contributions of any kind are welcome!
MIT
FAQs
Angular2 noUiSlider component
The npm package ng2-nouislider receives a total of 22,804 weekly downloads. As such, ng2-nouislider popularity was classified as popular.
We found that ng2-nouislider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.