Angular EnterpriseAngular Enterprise

Angular Lib: HTTP

  • Libraries
  • 12 links
  • 2 min read
Libraries for HTTP communication with Angular
  • 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. This repository is now archived. cashew
  • convoyr is a library which helps writing simpler HTTP interceptors using plugins such as cache, retry or authentication. 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 an authentication 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 a micro-service to cache not only GET requests but also all other methods like POST. The library is configurable by passing options at the module initialization. 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 uploading files with many features such as file validation, image cropping... This repository is now archived. ngx-awesome-uploader

Up next

Learn more about Angular