Angular2 - No http post or get until you call subscribe.
Sometimes rxjs can be so lazy. Nothing happens until you call 'subscribe'.
When you are making a http request get or post, you might find out that there's no outgoing http request. Does the code below looks familiar, well..... you will get it if you call subscribe. :/ This is a gotcha for many people.
Comments