Getting current value of a ion-range

Hey guys I´m really new using Ionic Framework, I hope anyone can explain me please… how can i get the current value of an ion-range, I´m using Ionic 2 and I need to display the value like in the example on the documentation but I don’t know how.

1 Like

The range is mapped to a property named “singleValue” in your component if you copy that example exactly. Obviously you can change the property name by changing the [(ngModel)] binding.

2 Likes

How would you get the values from a 2 knob range? Is there source code anywhere for this demo on the site? It would be extremely helpful.

Figured it out my question here