-
Notifications
You must be signed in to change notification settings - Fork 523
refactor(cdk): do not use EMPTY_QUERY
in the future
#11427
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
base: main
Are you sure you want to change the base?
Conversation
Tests are running 🚀Wait for workflow run with tests to finish ☕ |
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.
Pull Request Overview
This PR adds a deprecation notice to the EMPTY_QUERY
constant, indicating that developers should migrate to newer Angular APIs for better type safety.
- Adds a deprecation annotation to
EMPTY_QUERY
constant recommending migration to modern Angular query APIs
View your CI Pipeline Execution ↗ for commit 4d2e610
☁️ Nx Cloud last updated this comment at |
Visit the preview URL for this PR (updated for commit 4d2e610): https://taiga-previews-demo--pr11427-splincode-empty-demo-ol70x99k.web.app (expires Sun, 27 Jul 2025 04:28:59 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
BundleMonUnchanged files (5)
No change in files bundle size Unchanged groups (1)
Final result: ✅ View report in BundleMon website ➡️ |
Playwright test resultsDetails
Flaky testschromium › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay Skipped testschromium › tests/addon-mobile/mobile-dropdown/mobile-dropdown-with-textfield.pw.spec.ts › DropdownMobile for textfields › with legacy select |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
f23a9eb
to
4d2e610
Compare
@@ -15,6 +15,7 @@ const rect = { | |||
* For type safety when using @ContentChildren and @ViewChildren | |||
* | |||
* NOTE: Be careful subscribing to 'changes' | |||
* @deprecated use viewChild(), viewChildren(), contentChild() and contentChildren() for strict type checking |
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.
What's problem with typing, provide negative example, please
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.
No description provided.