You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/with-resource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ title: withResource()
6
6
import { withResource } from'@ngrx-toolkit/core';
7
7
```
8
8
9
-
> **⚠️ Important Note**: This extension is very likely to land in NgRx once Angular's `Resource` enters developer preview. The `withResource` extension provides early access to this functionality and will be maintained for compatibility until the official NgRx implementation is available.
9
+
> **⚠️ Important Note**: This extension is likely to land in NgRx, pending further considerations. The `withResource` extension provides early access to this functionality and will be maintained for compatibility until the official NgRx implementation is available.
10
10
11
11
`withResource()` is a feature in NgRx SignalStore that connects Angular's Resource API with the store.
12
12
The idea: you can use a store to directly manage async data (like loading from an API), and `withResource()` helps you wire that in.
0 commit comments