I've been following the documentation for creating surveys in an Angular application and everything's been working fine. However, I need a "star rating" type of question and noticed that it's provided in the "Custom Widgets" section of your documentation (specifically under barrating). I'm following the code and doing exactly as its shown on the page. I also downloaded the "surveyjs-widgets" library and it still isn't working. I'm stuck and haven't been able to find any solutions elsewhere. Any help would be great, thanks!
Implementing custom widgets in an Angular application.
created 3 years ago
(modified 3 years ago)
Show previous comments
(0)
Comments
(0)
Sign in to comment on this post
Answers approved by surveyjs Support
Hello,
I believe you do not setup barrating scripts or styles correctly in your Angular application.
Please go to this example and choose "Code Sandbox (Angular)" in "Edit in…" dropdown in the top right corner.
You will get Angular application with bar rating.
Thank you,
Andrew
SurveyJS Team