ngx-rangeslider-component

2.0.0 • Public • Published

ngx-rangeslider-component

Live Demo : https://lokeshkandala.github.io/ngx-rangeslider-component/

Installation

To install this library, run:

$ npm install ngx-rangeslider-component --save

Usage

Import RangeSliderModule in the root module

import { RangeSliderModule  } from 'ngx-rangeslider-component';

@NgModule({
  imports: [
    // ...
    RangeSliderModule,
    ...
  ]
})

Package Sidebar

Install

npm i ngx-rangeslider-component

Weekly Downloads

272

Version

2.0.0

License

MIT

Unpacked Size

258 kB

Total Files

41

Last publish

Collaborators

  • lokeshkandala