Muhammad Saifuddin
Muhammad Saifuddin
I am using below code to catch blur event. ``` ``` and below code in ``` export class CoverComponent implements OnInit { constructor(){ } validateTopic(value) { console.log(value); if (value ===...
How to load load survey from another backend instead of this "dxsurveyapi.azurewebsites.net/api/Survey" I want to replace it with "localhost:3000/surveyAPI" Any Help would be appreciated.
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...