-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(cdk/scrolling): adds ngTemplateContextGuard #27276
Conversation
implements ngTemplateContextGuard for CdkVirtualForOf directive fixes angular#26609
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.
The change LGTM, but this is a breaking change so it'll have to wait until v17.
Caretaker note: the stronger typings cause a lot of broken builds internally. |
Hello. I just wanted to ask what the new milestone is for this PR since v17 has been released. Thanks! |
I would like to repeat the question. This PR currently has no milestone. Are you planning on merging this for some major version? |
We do want to merge it eventually, but we haven't had the bandwidth to debug the breakages internally. An option can be to patch out these changes internally so it can at least land externally. |
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. |
implements ngTemplateContextGuard for
CdkVirtualForOf directive
fixes #26609