Balram Chavan
1 min readMay 1, 2018

If you check Angular version 4 there you will find example.

https://v4.angular.io/tutorial/toh-pt6

Also, usage of Observable should be done if you are working on subscription of data. If you are hitting service only once to get REST data then there is no sense to have Observable subscription.

--

--