parent
62e7b9da1e
commit
88bec238ac
|
@ -496,7 +496,7 @@ Remember that impure pipes are called every few milliseconds.
|
|||
If you're not careful, this pipe will punish the server with requests.
|
||||
|
||||
In the following code, the pipe only calls the server when the request URL changes and it caches the server response.
|
||||
The code uses the [Angular http](guide/http) client to retrieve data</span>:
|
||||
The code uses the [Angular http](guide/http) client to retrieve data:
|
||||
|
||||
|
||||
<code-example path="pipes/src/app/fetch-json.pipe.ts" title="src/app/fetch-json.pipe.ts">
|
||||
|
|
Loading…
Reference in New Issue