surveyjs_angular_cli
surveyjs_angular_cli copied to clipboard
SurveyJS + Angular CLI Quickstart Template
After installing the library, the import is not possible becuase the missing declaration file (.d.ts). I have attempted to create one in @types, but might happen that it is still...
Why i am getting this error? Error: node_modules/surveyjs-editor/surveyeditor.d.ts:1327:22 - error TS2420: Class 'SurveyPropertyEditorBase' incorrectly implements interface 'ILocalizableOwner'. Property 'getRenderer' is missing in type 'SurveyPropertyEditorBase' but required in type 'ILocalizableOwner'. 1327...
Add information about proper import of local files/libraries in Angular application More information in [this ticket](https://surveyjs.answerdesk.io/ticket/details/t7093/export-to-pdf-pdf-is-blank): > After adding this to tsconfig.json > > "allowSyntheticDefaultImports": true, > > And changing...
The Results Table page seems to be broken. I'm getting this console error:  Note that the Results Table (IE support) is working as expected
Hi I integrated survey-creator and survey-angular to my Angular app. For now I want to add my own tab to editor. I use this example https://surveyjs.io/Examples/Survey-Creator?id=tabscustomization&theme=bootstrap#content-js. In .html code I...
I have this error after click on "complete method" if i answer to barrating question which is css-star, ERROR RangeError: Maximum call stack size exceeded at QuestionDropdown.Base.getPropertyValueCore (webpack-internal:///./node_modules/survey-angular/survey.angular.js:1502) at QuestionDropdown.Base.getPropertyValue...
Hi I have this barraing type question but in sendData(result) in the app.component.ts , result does not have this question and it's answer, i have 3 questions but result has...
Running `npm i` gives me this: $ npm i npm WARN Invalid version: "1.1" npm WARN surveyjs_angular_cli No description npm WARN surveyjs_angular_cli No repository field. npm WARN surveyjs_angular_cli No README...