From f465cdfeba06bce761b53de34ff2687c0ba52ff8 Mon Sep 17 00:00:00 2001 From: Oliver Sahner Date: Fri, 28 Sep 2018 14:50:41 +0200 Subject: [PATCH] chore: update README --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index b37db0f..6d12ab8 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # ngx-httpclient-busy -A global Angular ^5 HTTP Interceptor with decorator to show staus of all HttpClient requests (e.g. busy/working indicator) +A global Angular 6 HTTP Interceptor with decorator to show staus of all HttpClient requests (e.g. busy/working indicator) Demo on [stackblitz](https://stackblitz.com/edit/angular-9ykyid?embed=1&file=src/app/app.component.html) @@ -102,6 +102,7 @@ export interface HttpClientBusyConfig { ### Changelog +* v0.2.2 streamline code and moved interception to module * v0.2.1 angular 6 and rxs 6