2.0.0 • Published 2 years ago

ngx-rangeslider-component v2.0.0

Weekly downloads
818
License
MIT
Repository
github
Last release
2 years ago

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,
    ...
  ]
})