From 9f05e606d95a81d4f8f271328765f48b38774463 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Sun, 1 Dec 2024 19:04:22 +0100 Subject: [PATCH] Update projects/ngrx.io/content/guide/signals/signal-method.md Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- projects/ngrx.io/content/guide/signals/signal-method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngrx.io/content/guide/signals/signal-method.md b/projects/ngrx.io/content/guide/signals/signal-method.md index e46c657510..f2d893c0aa 100644 --- a/projects/ngrx.io/content/guide/signals/signal-method.md +++ b/projects/ngrx.io/content/guide/signals/signal-method.md @@ -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`: