angular-double-slider
v2.0.2
Published
Double slider available for angular version 2+ with lot more features
Downloads
67
Maintainers
Readme
Angular Double Slider
Quick links
[Documentation, demos, and guides][aio]
Getting started
Double slider now available in angular without any dependency no need of jquery. You can use it in Native angular app and also comes with mobile support. You can also use it in ionic and react natvie.
step 1:
npm install angular-double slider
step 2:
Add it to the module file import {SliderModule} from "angular-double-slider"
@NgModule({ declarations:[...],
imports: [...,SliderModule],
providers: [],
bootstrap: [AppComponent]
})
step 3:
Use it in component:
<double-slider min="100" max="1000"></double-slider>