Skip to content

Commit

Permalink
Update projects/ngrx.io/content/guide/signals/signal-method.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
rainerhahnekamp and timdeschryver committed Dec 1, 2024
1 parent bcbcf28 commit 9f05e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/signals/signal-method.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# signalMethod

`signalMethod` is a factory function to execute side effects based on Signal changes. It creates one function (processing function) with one typed parameter that can be a static value or a Signal. Upon invocation, the "processing function" has to be provided.
`signalMethod` is a factory function that executes side effects based on signal changes. It creates one function (processing function) with one typed parameter that can be a static value or a Signal. Upon invocation, the "processing function" has to be provided.

`signalMethod` is `rxMethod` without RxJS. `signalMethod` can also be used outside of `signalStore` or `signalState`:

Expand Down

0 comments on commit 9f05e60

Please sign in to comment.