-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Create injection token to replace "NgRx SignalStore" when calling connect #149
Comments
Yes, we can do it via injection token, but we could also extend to |
I think I would prefer to do an injection token, so that you set it when you bootstrap your application. As far as I understand it, |
Another option would be creating a function called something like |
Yes, so if it is going to be global, it should work via the |
@mrentmeister-tt do you want to implement it? |
switched to my other GH account, but yes, I will take a stab at a PR. I'll plan on implementing a |
@rainerhahnekamp - I have finished the code for this feature. Can you please add this user as a collaborator so that I can publish the branch? Thanks! ![]() |
Hey @mikerentmeister, at GitHub you usually fork this project to your own account and publish the branch there. GitHub is smart enough to to see that your forked repo has a new branch and offers you to create a PR right here. It is very easy. So forking and pushing to your own repository, you navigate here https://github.com/angular-architects/ngrx-toolkit and GitHub asks you immediately if it should create the PR |
…toolsConfig to configure redux devtools
@rainerhahnekamp - Thanks! PR submitted. |
I would like to have the ability to configure the name of the application that appears in the Redux DevTools extension ("NgRx SignalStore"). Currently there isn't a way to change the name of the application after
window.__REDUX_DEVTOOLS_EXTENSION__.connect
is called. Since theDevtoolsSyncer
already is an injectable service, please create an injection token that can be used to modify the app name when calling connect.Example:
The text was updated successfully, but these errors were encountered: