File tree Expand file tree Collapse file tree
apps/demo/src/app/counter-rx-mutation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ export type CounterResponse = {
1616 json : { counter : number } ;
1717} ;
1818
19+ // TODO - rename this file to just be `mutations-functions-standalone` + class/selector etc??
20+ // And then the other folder to "store"
21+ // Or maybe put these all in one folder too while we are at it?
1922@Component ( {
2023 selector : 'demo-counter-rx-mutation' ,
2124 imports : [ CommonModule ] ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ It offers extensions like:
1212- [ Immutable State Protection] ( ./with-immutable-state ) : Protects the state from being mutated outside or inside the Store.
1313- [ ~ Redux~ ] ( ./with-redux ) : Possibility to use the Redux Pattern. Deprecated in favor of NgRx's ` @ngrx/signals/events ` starting in 19.2
1414- [ Resource] ( ./with-resource ) : Integrates Angular's Resource into SignalStore for async data operations
15+ - [ Mutations] ( ./mutations ) : Seek to offer an appropriate equivalent to signal resources for sending data back to the backend
1516- [ Reset] ( ./with-reset ) : Adds a ` resetState ` method to your store
1617- [ Call State] ( ./with-call-state ) : Add call state management to your signal stores
1718- [ Storage Sync] ( ./with-storage-sync ) : Synchronizes the Store with Web Storage
You can’t perform that action at this time.
0 commit comments