Miles Malerba
Miles Malerba
Yeah I think it makes sense to expose this. I don't think I intended to make it internal, probably just forgot to add it to the forward list
Here's a PR to expose it: https://github.com/angular/components/pull/28314
@mruanova This is ready to merge in if you can sign the CLA - thanks!
Using Sass `@import` for Angular Material has been deprecated for a while (since at least v12 I believe). In v17 we removed CSS that was only there for backwards compatibility...
For our `@use` API, everything can be accessed from the top-level entry point: `@use '@angular/material' as mat;`. The `@angular/material/theming` entry point was only exposed to support pre-existing `@import` statements which...
This should be fixed in 17.1, see: #28356 #28382 #28366 #28343 #28260
We have a separate guide page that describes how to theme our components: https://material.angular.io/guide/theming. If you are referring to the CSS variables, we are still in the process of refactoring...
@crisbeto can you confirm if this was intended to only apply to unthemed buttons
In the screenshot you show it looks like the label is associated with an invalid id, which seems like a separate bug. Angular Material allows custom form controls to specify...
This is ready for another look