Skip to content
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

feat(store-devtools): add provideStoreDevtools function #3537

Conversation

yharaskrik
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

store devtools does not have a provider function and can only be configured via a static instrument function on the module.

Closes #3527

What is the new behavior?

refactor store devtools to export a provider function to go moduleless

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@netlify
Copy link

netlify bot commented Aug 16, 2022

Deploy Preview for ngrx-io canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 05e5d77
🔍 Latest deploy log https://app.netlify.com/sites/ngrx-io/deploys/63051b12a6ce2b00098c2edb

@yharaskrik yharaskrik force-pushed the jaybell/add-store-devtools-provider-function branch from 4a7b98f to b5372d6 Compare August 23, 2022 18:03
@markostanimirovic markostanimirovic changed the title refactor(store-devtools): export provider function feat(store-devtools): add provideStoreDevtools function Aug 24, 2022
@brandonroberts brandonroberts merged commit 6b0db4e into ngrx:master Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StoreDevtools: Introduce Standalone API for NgRx StoreDevtools
3 participants