Skip to content

Commit 86f92b3

Browse files
Update projects/ngrx.io/content/guide/signals/signal-method.md
Co-authored-by: Marko Stanimirović <[email protected]>
1 parent e1f784e commit 86f92b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: projects/ngrx.io/content/guide/signals/signal-method.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
`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.
44

5-
`signalMethod` can also be used outside of `signalStore` or `signalState`:
6-
75
```ts
86
import {Component} from '@angular/core';
97
import {signalMethod} from '@ngrx/signals';

0 commit comments

Comments
 (0)