Angular
Angular http (minimal example)
Example When interacting with server you have nowdays two options that are battle tested. Websockets and http requests. This example is focused on angular http requests. We will be doing http request to server that will return "Hello World" for us as is in this plunker: How Does