Browse Source

update

pull/23970/head
erdemcaygor 4 months ago
parent
commit
77a5e23511
  1. BIN
      docs/en/Community-Articles/2025-10-10-Using-Transfer-State-with-Angular-SSR/cover.png
  2. 7
      docs/en/Community-Articles/2025-10-10-Using-Transfer-State-with-Angular-SSR/post.md

BIN
docs/en/Community-Articles/2025-10-10-Using-Transfer-State-with-Angular-SSR/cover.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

7
docs/en/Community-Articles/2025-10-10-Using-Transfer-State-with-Angular-SSR/post.md

@ -155,13 +155,6 @@ Like Option A, but less boilerplate. This approach uses an **HttpInterceptor** t
Example interceptor that caches GET requests:
```ts
```
- Standalone apps (Angular ≥16): enable the HTTP transfer cache provider alongside `provideHttpClient`.
```ts
import { inject, makeStateKey, PLATFORM_ID, TransferState } from '@angular/core';
import {

Loading…
Cancel
Save