-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Add "kind" field to non-primitive package signal nodes #58865
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
Add "kind" field to non-primitive package signal nodes #58865
Conversation
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.
LGTM
Reviewed-for: primitives
Reviewed-for: fw-core
Reviewed-for: public-api
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.
LGTM
Reviewed-for: primitives
Reviewed-for: fw-core
Reviewed-for: public-api
Builds on angular#58333 by assigning the kind field to reactive nodes that are not in the `core/primitives` package.
4336bd4
to
8896def
Compare
This PR was merged into the repository by commit e894a5d. The changes were merged into the following branches: main |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Builds on angular#58333 by assigning the kind field to reactive nodes that are not in the `core/primitives` package. PR Close angular#58865
Builds on #58333 by assigning the kind field to reactive nodes that are not in the
core/primitives
package.Depends on / Blocked by #58333.