-
Notifications
You must be signed in to change notification settings - Fork 478
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: migrate styles-components from using selectors #5635
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
b875588
to
8943f49
Compare
BundleMonFiles updated (1)
Unchanged files (5)
Total files change +52B +0.01% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
Visit the preview URL for this PR (updated for commit ee704c6): https://taiga-ui--pr5635-bugfix-ng0912-warnin-2e5bubv8.web.app (expires Sat, 14 Oct 2023 16:38:56 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4b5ece1e114386f6a105425ef799091475b249eb |
Codecov Report
@@ Coverage Diff @@
## main #5635 +/- ##
=======================================
Coverage 72.39% 72.39%
=======================================
Files 1448 1448
Lines 15773 15773
Branches 2216 2216
=======================================
Hits 11419 11419
Misses 3992 3992
Partials 362 362
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
8943f49
to
ee704c6
Compare
PR Type
What kind of change does this PR introduce?
What is the current behaviour?
Developers that are using Angular 16 currently are facing an issue having an NG0912 compilation warning.
Closes #5606
What is the new behaviour?
Styles components now use host.class to insure that there will be no similar metadata for two different components. The additional side-effect, a bonus, of this approach is that the IDE won't suggest these components to use in the template.