Base solution for your next web application

Activities of "ectabyte"

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.

Thanks again. I think the error happens because the file sq.js lacks from this folder:

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!

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; ... }

Answer

Thanks! yes I know that, in my case I had two tables that refer to the user table but the RAD tool has generated only one component called user-lookup-table-modal (Angular UI) so the server-side service I used for filtering did not called at all. I created an other component manually to pick up users filtred on my service and it's Ok now. You may consider this problem in the future!

Got it. Thanks

Yes, done. Thanks!

Showing 1 to 10 of 14 entries