You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement the rangetouch to my Angular 7 project but i couldn't succeed maybe you have some ideas that might help me.
I installed the rangetouch using npm install rangetouch and when i tried to import it into my component (like its on npmjs.com - import RangeTouch from 'rangetouch') i got an error saying:
Could not find declaration file for module 'rangetouch'. Try installing @types/rangetouch
I tried going for npm install @types/rangetouch but got some errors
I tried including the script directly into the HTML using <script> tag, and i saw there was a difference in the HTMLInputElement, the slider took some inline css after including the script in the HTML but im not sure if thats all it needs to be done, i tried the slider on my iPhone 6s after deploying like that and it still doesn't work.
Do you have any ideas about this?
I'm not sure if im posting this on the right place,
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to implement the rangetouch to my Angular 7 project but i couldn't succeed maybe you have some ideas that might help me.
I installed the rangetouch using npm install rangetouch and when i tried to import it into my component (like its on npmjs.com - import RangeTouch from 'rangetouch') i got an error saying:
Could not find declaration file for module 'rangetouch'. Try installing @types/rangetouch
I tried going for npm install @types/rangetouch but got some errors
I tried including the script directly into the HTML using <script> tag, and i saw there was a difference in the HTMLInputElement, the slider took some inline css after including the script in the HTML but im not sure if thats all it needs to be done, i tried the slider on my iPhone 6s after deploying like that and it still doesn't work.
Do you have any ideas about this?
I'm not sure if im posting this on the right place,
Thanks in advance
The text was updated successfully, but these errors were encountered: