Replies: 3 comments
-
@muuvmuuv, we do not expose methods in Although not ideal, but can you put |
Beta Was this translation helpful? Give feedback.
-
Yeah, unfortunately the property is required so I am able to check against any and void redundant code. |
Beta Was this translation helpful? Give feedback.
-
@muuvmuuv, yes then please use |
Beta Was this translation helpful? Give feedback.
-
Which @ngrx/* package(s) are the source of the bug?
signals
Minimal reproduction of the bug/regression with instructions
I am trying to use a method defined through
withMethods
in awithComputed
. Unfortunately it seems the type inference is not there, so I cannot use the method in the spread operator.Expected behavior
Access methods in computed as it works the other way around.
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
To that time all on latest
Other information
No response
I would be willing to submit a PR to fix this issue
Beta Was this translation helpful? Give feedback.
All reactions