Question T5397
Visible to All Users

Is there a way to get the survey result json after completing a survey in angular program.

created 4 years ago

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?

Answers approved by surveyjs Support

created 4 years ago

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