Questions tagged as 'async'

0
answers

error in Async and Await

Hello I'm trying to replicate the code of a course to create a social network with JS Angular and mongo DB the problem is that I'm stuck in the following line of code: } //Conseguir datos de un usuario function getUser(req, res){ var use...
asked by 29.11.2018 / 04:24
0
answers

Execute typescript functions in a certain order (Angular & DjangoRest)

I am new with Angular and I am trying to execute certain functions in a specific order to be able to present them in the html.component. I have the following model: What I need is to get the levels, both "Competence" and "Result" .....
asked by 15.12.2018 / 17:38
0
answers

Multiple functional ajax

I have an ajax, and with this I get some data which I use to consult the second ajax, the thing is that in the second ajax I organize some data and I must receive them in the first ajax to continue concatenating, but I only receive one undefined...
asked by 03.12.2018 / 20:52