
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
@csiro-geoanalytics/ng-ion-range-slider
Advanced tools
Ion Range Slider now optimized for easy use as an importable Angular Module and installable using npm. Upgraded from the original Angular port by Philipp Stein.
For Demos and sample usage of this package have a look at the example folder
git clone git@gitlab.com:csiro-geoanalytics/npm/ng-ion-range-slider.git
cd ng-ion-range-slider
npm install
npm start
npm install @csiro-geoanalytics/ng-ion-range-slider --save
If you use Angular CLI, add jquery
and ion-range-slider
to the scripts section of angular.json
Ensure you use ion-rangeslider @ >=2.3.1
"build": [
{
...
"scripts": [
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/ion-rangeslider/js/ion.rangeSlider.min.js"
]
}
Also add the ion-range-slider style and skin css to the styles section in your angular.json
"build": [
{
...
"styles": [
"./node_modules/ion-rangeslider/css/ion.rangeSlider.min.css"
]
}
Import the IonRangeSliderModule
into your application module:
import { IonRangeSliderModule } from "ng-ion-range-slider";
@NgModule({
imports: [ IonRangeSliderModule ]
})
Use the ion-range-slider
directive in your components.
<ion-range-slider #sliderElement
type="double"
[min]="myMinVar"
max="100"
from="28"
from_min="10"
from_max="30"
from_shadow="true"
to="40"
to_min="40"
to_max="90"
to_shadow="true"
grid="true"
grid_num="10"
prefix="Weight: "
postfix=" million pounds"
decorate_both="false"
(onUpdate)="myOnUpdate($event)"
(onChange)="myOnChange($event)"
(onFinish)="myOnFinish($event)"
></ion-range-slider>
FAQs
Ion Range Slider for Angular
The npm package @csiro-geoanalytics/ng-ion-range-slider receives a total of 2 weekly downloads. As such, @csiro-geoanalytics/ng-ion-range-slider popularity was classified as not popular.
We found that @csiro-geoanalytics/ng-ion-range-slider 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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.