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
// and more! https://ngrx-toolkit.angulararchitects.io/docs/extensions
31
+
);
32
+
```
33
+
16
34
The NgRx Toolkit sees itself as rich set of extensions that you need in typical Angular applications.
17
35
Core functionality and its history:
18
36
@@ -26,7 +44,7 @@ As easy as `withStorageSync('storeNameHere')`. IndexedDB was added last year by
26
44
-`withFeature` of the SignalStore started out in the Toolkit as `withFeatureFactory`
27
45
- Other features can be found in the documentation: https://ngrx-toolkit.angulararchitects.io/docs/extensions
28
46
29
-
// TODO - some snippets? Screenshot(s)?
47
+
<imgwidth="2204"height="1464"alt="Redux Devtools showing application state from withStorageSync()"src="https://github.com/user-attachments/assets/4dcc0b0f-27e4-4e95-ac0e-24dcd06716c0" />
30
48
31
49
## But first: v20 minor features: `withResource`/`withEntityResources`/Mutations
32
50
@@ -41,9 +59,47 @@ The Mutations API came in a later minor, providing the other pieces of the REST
41
59
standalone functions (`httpMutation`/`rxMutation`), as well as in a `withMutation` feature. The API was inspired by Angular Query and Marko Stanimirović's
42
60
proposed mutations API for Angular. We also had internal discussions with Alex Rickabaugh on our design.
Finally, actual Toolkit v21 notes. Future posts that are not our debut blogpost for the library won't always have a three act structure with a detailed backstory, we promise.
49
105
@@ -101,7 +157,7 @@ In NgRx Toolkit v21, we are fixing this with `withTrackedReducer()`, an alternat
101
157
// TODO - snippet with imports
102
158
```
103
159
104
-
## TODO (also decide location) - where to mention Murat's OpenAPI library based on the toolkit
160
+
## ngrx-toolkit-openapi-gen
105
161
106
162
We got a fantastic Christmas present from Murat Sari (TODO: social to link to?)
0 commit comments