-
Notifications
You must be signed in to change notification settings - Fork 26.2k
refactor(devtools): use signals for template properties in frame manager #58818
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
7042c35
to
cec5306
Compare
@dgp1130 can you review this PR, this is the final refactoring to mark components |
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 making this PR and apologies for the delay.
No major concerns on my end, just wondering if we can drop the angular-split
usage in favor of more native CSS solutions.
I'll defer to @pkozlowski-opensource on the Signal<Map<...>>
usage and whether this is the right direction or if a better solution exists.
convert the frames and selectedFrame properties to signal so that it can react to changes on OnPush
added split area component to demo component so that we can resize the devtools and demo app.
cec5306
to
128f4e7
Compare
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 taking a look @pkozlowski-opensource!
I'll mark this for merge but just FYI I think we're entering reduced caretaking for the holidays, so this might not be merged until January.
added split area component to demo component so that we can resize the devtools and demo app. PR Close #58818
This PR was merged into the repository by commit 0bf6f76. The changes were merged into the following branches: main, 19.0.x |
added split area component to demo component so that we can resize the devtools and demo app. PR Close #58818
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. |
…ger (angular#58818) convert the frames and selectedFrame properties to signal so that it can react to changes on OnPush PR Close angular#58818
added split area component to demo component so that we can resize the devtools and demo app. PR Close angular#58818
convert the frames and selectedFrame properties to signal so that it can react to changes on OnPush
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?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information