2.0.2 • Published 6 years ago

angular-double-slider v2.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Angular Double Slider

npm version

Quick links

Documentation, demos, and guides

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>