PhilippStein / ng2-ion-range-slider

Ion Range Slider for Angular https://github.com/IonDen/ion.rangeSlider
MIT License
35 stars 39 forks source link

Change style with Angular 5 #33

Closed Xalisse closed 6 years ago

Xalisse commented 6 years ago

Hello, I'm on an Angular5 project, I have JQuery and Ion.RangeSlider installed with npm. How can I modify the style of sliders ? I see this subject : https://stackoverflow.com/questions/34798624/increase-height-of-ion-rangeslider and try it in the css of my component but that's not working.

My html looks like that :

<ion-range-slider 
  #sliderElement
  type="double"
  min=1
  max=5
  from=1
  to=5
  prefix="Niveau "
  step=1
  ></ion-range-slider>

Thanks.

PhilippStein commented 6 years ago

Maybe the comments in #16 will Help you.