angular-double-slider
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Angular Double Slider

npm version

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>

Package Sidebar

Install

npm i angular-double-slider

Weekly Downloads

4

Version

2.0.2

License

MIT

Unpacked Size

112 kB

Total Files

20

Last publish

Collaborators

  • johnjagu25