Sliders

pgSliders is a fork of NG-ZORRO implementation of drag slider. Initial credits go to the author

Importing

First import it to your app module or any submodule as you wish

import { pgSliderModule } from '../@pages/components/slider/slider.module';
@NgModule({
  imports: [pgSliderModule,...]
})
export class AppModule(){}

How to use

Basic Slider with tooltip

<pg-slider [DefaultValue]="30" Tooltip="true" TooltipForceVisiblity="true"></pg-slider>

API

Last updated