While using Surveyjs (which is awesome by the way) with Angular 10, I need to try and use some kind of slider. However the examples are all for Angular2 and it's difficult to understand why I'm not able to make the nouislider work with Angular 10 within a survey. It works stand alone, no issue there, but within the survey it does not display at all. I've tried everything but it doesn't even seem to try and render the type: "nouislider" defined in the json for the survey.
I've got radio buttons, text fields etc all working fine.
Any help is hugely appreciated. I've included all the files I believe that I need within the angular.json file based upon the list of files I found in the example here: https://surveyjs.io/Examples/Library?id=custom-widget-nouislider&platform=Angular2&theme=modern and using the Edit in Plunker link.
Perhaps I'm missing something really simple, it would be better to have an error as at least I would know it's doing something, but there's not even that element rendered on screen.