abritopach / ionic-surveyjs

Sample project that shows how to integrate SurveyJS in Ionic APP.
MIT License
28 stars 18 forks source link

How to modify dxSurveyService to communicate with custom API #4

Open m-saifuddin opened 5 years ago

m-saifuddin commented 5 years ago

Hi Good Day!

I am trying to change the dxSurveyService code to communicate with custom API to load and get the result into the mobile application.

I found the code inside a www/buld/vendor.js file is it safe to perform changes in this file?

var dxSurveyService = (function () {
    //public static serviceUrl: string = "http://localhost:50488/api/Survey";
    function dxSurveyService() {
    }

Regards, Muhammad Saifuddin