-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs(effects): update examples to standalone api #4522
base: main
Are you sure you want to change the base?
docs(effects): update examples to standalone api #4522
Conversation
✅ Deploy Preview for ngrx-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work on this @AdrianRomanski
For next time, also try to add the issue number into the PR template (I've updated it now)
@@ -229,31 +242,6 @@ It's recommended to inject all dependencies as effect function arguments for eas | |||
|
|||
## Registering Root Effects | |||
|
|||
After you've written class-based or functional effects, you must register them so the effects start running. To register root-level effects, add the `EffectsModule.forRoot()` method with an array or sequence of effects classes and/or functional effects dictionaries to your `AppModule`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a note about NgModules similar to https://github.com/sheikalthaf/platform/blob/6f926343e3f50e1d9a35c90b3c76c811d3fc9dbe/projects/ngrx.io/content/guide/router-store/index.md?plain=1#L30 please?
…ctors, add missing imports
@ timdeschryver i pushed first changes :) Tommorrow i will do the remaining |
@AdrianRomanski are you willing to address the remaining feedback? |
@timdeschryver yes, i will sit to this straight after the office |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some syntax errors, and the sections also contain references to modules.
Because I can't references as comments, I will push a few commits to resolve this.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #4468
What is the new behavior?
Does this PR introduce a breaking change?
Other information