Hi,
Thanks a bunch for all your support so far - you guys really go out of your way to ensure your users are satisfied. Kudos!
I unfortunately have yet another request. I am trying to render surveys in an angular7 app - while the regular surveys work fine, I am looking to use a datepicker for the date field and select 2 for the dropdown. If I run the angular cli with the modern/default theme, the select2 and the datepicker show up but with the same json if apply the bootstrap theme, these do not. I see examples with angular using surveyjs-widgets with the js imported in html but I cant find examples of how I would get this embedded into my angular component.
In my angular component if I use the following statement
import * as Survey from "surveyjs-widgets";
and use that as my survey variable - I am not able to apply themes (e.g. Bootstrap)
If I import * as Survey survey-angular then the select2 and datepicker components dont show up.
Any help with this would be greatly appreciated.