-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Runtime refactor component ref directives #59633
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
Runtime refactor component ref directives #59633
Conversation
7131484
to
0c3f888
Compare
@pkozlowski-opensource could you please rebase this PR and resolve merge conflicts when you get a chance? Thank you. |
This refactor reuses the existing directive instantiation logic for a given component.
0c3f888
to
71f6c59
Compare
@AndrewKushnir it is rebased now (I just had to drop the commit that was merged already in another PR) |
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.
FYI, left a couple minor comments, but they are not blocking, so I'll proceed with merging this PR.
This PR was merged into the repository by commit c089d21. The changes were merged into the following branches: main |
)" This reverts commit c089d21.
Re-opening as it is being reverted in #59659 |
e5777bd
to
905b4bf
Compare
Update:
|
This PR was merged into the repository by commit 3f6d9ff. The changes were merged into the following branches: main |
This refactor reuses the existing directive instantiation logic for a given component. This is 19.1.x version of the PR angular#59633
This refactor reuses the existing directive instantiation logic for a given component. PR Close angular#59633
)" (angular#59659) This reverts commit c089d21. PR Close angular#59659
This refactor reuses the existing directive instantiation logic for a given component. PR Close angular#59633
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. |
Note: only second commit to be reviewed (the first one is part of the #59601)