+ 3
I still don't know how it works.
I am able to build an angular app but the things I dont know is the queries, I know the basics of sql ang javascript but what else should I learn? or where can I find best references?
4 Answers
+ 1
MySQL
+ 1
Try to learn Javascript Es5/Es6 and master it and also learn typescript after you will find out your answer.
+ 1
In web development there are two important things you need to know: client side and server side.
Now there is no real direct connection between these two. It aint like importing a server side function and use it in client side that is not how it works and the only way to communicate between these two is through a browser (client) request via form ACTION or AJAX call then accepting response from server.
You have to understand how these web standard works then it'll be easy as eating cake.