Skip to content

Commit 84205ef

Browse files
docs: update withResource note on future plans (#319)
1 parent 9d2b7fe commit 84205ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/with-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: withResource()
66
import { withResource } from '@ngrx-toolkit/core';
77
```
88

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.
1010
1111
`withResource()` is a feature in NgRx SignalStore that connects Angular's Resource API with the store.
1212
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

Comments
 (0)