Hi, after deploying APIs and Angular app to Azure I get this error: JSON.parse: unexpected character at line 1 column 1 of the JSON data Help please!
Is there any other solution? This is the last step to deploy my project!!
I just create a file here named sq.js (copy-paste a one here) and the app started, but with no translations.
Thank you for your quick response, but I can't open this link. Is it broken or I have to do something else?
Thanks! The same error happens.
please help!
How to add new language not at run time but with an XML file. I added an XML file to the server side but in angular it says: Cannot find module './sq-AL.js' System: Asp.net + Angular Language: Albanian
Hi! I have made some customisations manually in service-proxies.ts, how can I prevent nswag from overriding changes when excute refresh.bat? Thanks!
for anybody has this issue.. you have to set the parameter keepOffset to true in the toISOString() function like this:
toJSON(data?: any) { ... data["yourProperty"] = this.date ? this.date.toISOString(true) : <any>undefined; ... }