mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: Update documentation httpResource with credentials option (#62415)
PR Close #62415
This commit is contained in:
parent
8fbe558cbc
commit
0cdb02aa2b
1 changed files with 2 additions and 2 deletions
|
|
@ -38,13 +38,13 @@ user = httpResource(() => ({
|
|||
'fast': 'yes',
|
||||
},
|
||||
reportProgress: true,
|
||||
withCredentials: true,
|
||||
transferCache: true,
|
||||
keepalive: true,
|
||||
mode: 'cors',
|
||||
redirect: 'error',
|
||||
priority: 'high',
|
||||
cache : 'force-cache'
|
||||
cache : 'force-cache',
|
||||
credentials: 'include',
|
||||
}));
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue