this is my first question on this forum. I'm just a newbie when it comes to developing web applications. I have a some code typical js (Twitter search/tweets) which runs on node. This code returns an json object based on specific keyword. The has to be supplied by the angular component. So, basically I need to send the keyword to the node side js and then I need to get back the returned json object back to the front-end. I was hoping if anyone could point me in the right direction and explain to me how it works as I'm trying to learn. I'm running everything locally on my machine.
Get keyword from Angular form. Execute. Return Json object from js on node. Send object over to angular component.
via Prashanth Simon
No comments:
Post a Comment