From 2c616b82e43478d98db4d52d3fe7695a73cd95f9 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:31:20 -0500 Subject: [PATCH] docs: add ngx-http-request-state (#973) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7c5e863..89306a36 100644 --- a/README.md +++ b/README.md @@ -615,6 +615,7 @@ become an Angular expert. * [ngx-http-retry](https://github.com/itpixelz/ngx-http-retry) - An Angular service that provides HTTP methods (GET, POST, PUT, DELETE) with built-in retry logic using RxJS's `retry` operator. * [ng-memento](https://github.com/terzurumluoglu/ng-memento) - Makes your application faster by preventing the same HTTP requests from being called again in your Angular project. * [ngx-suspense-of](https://github.com/Celtian/ngx-suspense-of) - Angular directive that adds suspense to your app. +* [ngx-http-request-state](https://github.com/daiscog/ngx-http-request-state) - An Angular library for wrapping HttpClient responses with loading & error information. #### Integrations