-
8000
-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(signals): add Events plugin #4769
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
Conversation
❌ Deploy Preview for ngrx-site-v19 failed.
|
✅ Deploy Preview for ngrx-io canceled.
|
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.
This is looking good! 🤘
I left a couple of questions.
To include it to the docs you'll to also have to update the following files:
- projects/ngrx.io/tools/transforms/authors-package/api-package.js
- projects/ngrx.io/tools/transforms/angular-api-package/index.js
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.
Super! I've left a few comments.
Some of them may have already been discussed during the RFC, but they only became apparent to me once I started using it.
Changes from the last commit:
|
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.
Nice work! 😎
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.
Very good, just a minor issue with filenames and jsdoc for event(group) and the bigger one with including methods
in withEffects
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.
Wonderful. Good to go 🚀
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 #4580
What is the new behavior?
Events plugin has been added to the
@ngrx/signals
package.Does this PR introduce a breaking change?