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.
AngularJS/TS and Dart has official/built-in http libraries. Nothing stops you from using other libraries.
Lars
German developer, who likes to play with everything that comes in his way
You can use the official http client. I think it is
npm install @angular/http