Replies: 1 comment 3 replies
-
Hey, I converted this to a question. You need to put your In It would be much faster, if you could provide an example on StackBlitz, but I can already tell you that is not a bug. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which @ngrx/* package(s) are the source of the bug?
signals
Minimal reproduction of the bug/regression with instructions
From other methods and hooks inside the signal-store I want to access private methods of it.
The Documentation is not providing an example for it https://ngrx.io/guide/signals/signal-store/private-store-members
So I tried it like this:
other access with this._addComponent or store._addComponent is not possible either.
Expected behavior
private signal store methods should be accessible from within the store. Also the documentation should show an example on how to use it.
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s)
@ngrx/signals: 18.1.0,
@ngrx/operators: 18.1.0,
typescript: 5.4.5,
angular: 18.2.3
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