Angular
Enterprise
./assets/drawing/angular-resources-libraries-http.svg

Angular Lib: HTTP

  • cashew is a flexible and straightforward library that caches HTTP requests in Angular. It's probably the best solution if you want to add caching to your application. cashew
  • convoyr is a library which help writing simpler HTTP interceptors using plugins such as (cache, retry, authentification) convoyr
  • rx-query is a reactive library which allows HTTP requests to be processed very simply and with the minimum of duplicate code. It has different options such as: retry, cache and refetch. rx-query
  • ngx-batch-requests is a HTTP batching module to reduce the number of HTTP requests and increase performance. ngx-batch-requests
  • angular-refresh-token provides examples to refresh authentification token in three different ways with Angular Http Interceptor. angular-refresh-token
  • ngx-generic-rest-service is a lightweight and strongly typed generic base service aimed to reduce boilerplate when writing HTTP services. ngx-generic-rest-service
  • angular-http-cache-interceptor is a small library providing micro-service to caches not only the GET requets but also all other methods like POST. The library is configurable by passing options at the module initialisation.angular-http-cache-interceptor
  • cacheables is a lightweight and simple in-memory HTTP cache with support of different cache policies and with an elegant syntax written in Typescript. cacheables
  • apollo-angular allows communication with a GraphQL server and can be used in any context: webapp, mobile app or even server side with Node.js for SSR. apollo-angular
  • api-client-generator is a library that allows you to generate an Angular Http Client module from a Swagger schema definition. api-client-generator
  • ngx-uploadx is a complete file upload module with advanced features such as pause, resume, cancel, retry, segment. ngx-uploadx
  • ngx-awesome-uploader is another HTTP library for for uploading files with many features such as file validation, image cropping... ngx-awesome-uploader

Learn more about Angular

Complete list of angular libraries to develop user interfaces .