I am trying to fetch the survey result json in angular so that I can store result json into the database. is there any way to get the result json in angular?
Is there a way to get the survey result json after completing a survey in angular program.
Answers approved by surveyjs Support
Hello,
You have to do it as you do it for any other platform. You have to use survey.onCompete event.
I would suggest you to review our Angular Quick Start repository.
Thank you,
Andrew
SurveyJS Team