Skip to content

Commit b6d4856

Browse files
committed
fix: update StackBlitz demo link to point to the correct file
1 parent 1884a7e commit b6d4856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Cache for HTTP requests in Angular application.
66

77
Sometime there is a need to cache the HTTP requests so that browser doesn’t have to hit server to fetch same data when same service is invoked serially or in parallel. `NgHttpCaching` intercept all request are made, try to retrieve a cached instance of the response and then return the cached response or send the request to the backend. Once the operation has completed cache the response.
88

9-
See the [stackblitz demo](https://stackblitz.com/edit/demo-ng-http-caching?file=src%2Fapp%2Fapp.component.ts).
9+
See the [stackblitz demo](https://stackblitz.com/edit/demo-ng-http-caching-21?file=src%2Fmain.ts).
1010

1111
## Features
1212

0 commit comments

Comments
 (0)