0.0.17 • Published 5 years ago

ngx-slider-plugin v0.0.17

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14-dev

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago