Angular 2 - HTTP - Is there any popular HTTP client library?
Hi all,
I have an Angular 2 app which needs an HTTP layer.
Is there any HTTP client library that can be readily used or do I need to write the whole HTTP layer code from the scratch ?
Appreciate your help in advance.