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: README.md
+2-27Lines changed: 2 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,39 +19,20 @@ To install it, run
19
19
npm i @angular-architects/ngrx-toolkit
20
20
```
21
21
22
-
Starting with 18.0.0-rc.2, we have a [strict version dependency](#why-is-the-version-range-to-the-ngrxsignals-dependency-so-strict) to `@ngrx/signals`:
-[Redux Connector for the NgRx Signal Store `createReduxState()`](#redux-connector-for-the-ngrx-signal-store-createreduxstate)
48
30
-[Use a present Signal Store](#use-a-present-signal-store)
49
31
-[Use well-known NgRx Store Actions](#use-well-known-ngrx-store-actions)
50
32
-[Map Actions to Methods](#map-actions-to-methods)
51
33
-[Register an Angular Dependency Injection Provider](#register-an-angular-dependency-injection-provider)
52
34
-[Use the Store in your Component](#use-the-store-in-your-component)
53
35
-[FAQ](#faq)
54
-
-[Why is the version range to the `@ngrx/signals` dependency so strict?](#why-is-the-version-range-to-the-ngrxsignals-dependency-so-strict)
55
36
-[I have an idea for a new extension, can I contribute?](#i-have-an-idea-for-a-new-extension-can-i-contribute)
56
37
-[I require a feature that is not available in a lower version. What should I do?](#i-require-a-feature-that-is-not-available-in-a-lower-version-what-should-i-do)
57
38
@@ -547,12 +528,6 @@ export class FlightSearchReducConnectorComponent {
547
528
548
529
## FAQ
549
530
550
-
### Why is the version range to the `@ngrx/signals` dependency so strict?
551
-
552
-
The strict version range for @ngrx/signals is necessary because some of our features rely on encapsulated types, which can change even in a patch release.
553
-
554
-
To ensure stability, we clone these internal types and run integration tests for each release. This rigorous testing means we may need to update our version, even for a patch release, to maintain compatibility and stability.
555
-
556
531
### I have an idea for a new extension, can I contribute?
557
532
558
533
Yes, please! We are always looking for new ideas and contributions.
0 commit comments