Hello
We are trying to migrate our angular application from SurveyJs v1 to v2 in order to use the new creator version and the available new features.
Find below the configured modules :
Code"survey-angular": "^1.9.20",
"survey-core": "^1.9.20",
"survey-creator-angular": "^1.9.117",
"survey-creator-core": "^1.9.20",
"survey-creator-knockout": "^1.9.20",
"survey-knockout-ui": "^1.9.20",
"survey-pdf": "^1.9.20",
"surveyjs-widgets": "^1.9.20",
Our code compiles with no error, but we have some runtime issues that we are trying to resolve, so we need your help about the configured modules, are we using the right ones? to get the latest clean version of both Creator and form ? (using angular v14 and nodejs v16)
Another question, how can we activate our commercial licence? in the old version we did it via the property "haveCommercialLicense" of the Creator JSON options, but we did not find it in the new version, in the interface ICreatorOptions?
Big thanks