0.0.17 • Published 4 years ago

ngx-slider-plugin v0.0.17

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

Slider Plugin

Installation

Run the following code in your terminal:

yarn add @ngx-slider-plugin

or if you are using npm:

npm install @ngx-slider-plugin

Usage

Setup Before Initial Use

Import ngx-slider-plugin into your root module like:

import { SliderPluginModule } from 'ngx-slider-plugin';

@NgModule({
  imports: [
    SliderPluginModule,
  ]
})
export class AppModule {}
    <ngx-slider-plugin [pipeFormatFn]="format" pipeDensity="11" [labelFormatFn]="format"  [step]="step" [min]="min" [max]="max" [formControl]="dates" [margin]="margin"></ngx-slider-plugin>
  format(val){
    return val+'h';
  }

License and copy right

© Shahid Ahmad

License under the MIT License.

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14-dev

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago