I’m new to ionic and angular, and I’m trying to use the ion-rangeslider, but all I get in the browser is input text.
- I have added the JS files (rangeslider.js and rangeslider.min.js) to the project folder.
- JS files are imported in home.page.ts
- I have added the CSS file (rangeslider.css) to the project folder.
-
<input type="text" id="example_id" name="example_name" value="" />
is added to the html page. -
ionRangeSlider('#example_id');
is added to the html page like this:<script > ionRangeSlider('#example_id'); </script>