surveyjs_angular_cli icon indicating copy to clipboard operation
surveyjs_angular_cli copied to clipboard

SurveyJS + Angular CLI Quickstart Template

Results 12 surveyjs_angular_cli issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question

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...

enhancement

The Results Table page seems to be broken. I'm getting this console error: ![image](https://user-images.githubusercontent.com/31695796/92381325-8a418600-f102-11ea-8311-39b55bd68362.png) Note that the Results Table (IE support) is working as expected

bug
fixed

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...

question

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...

question

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...

question

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...

question