Miles Malerba
Miles Malerba
Add support for style property bindings in the template pipeline## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines:...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit - [ ] Tests for the changes have been...
### Description Content projection with the `select` attribute can be confusing for users. `select` only works on root-level elements, but sometimes users will wrap an element in ``, not realizing...
We intended to expose this function along with the other theme inspection APIs, but forgot to add it to the list. It is necessary for users to be able to...
Adds token infrastructure to be able to support color variants for M3 components. This is accomplished by adding an additional namesapce to the token map per color variant. For example,...
Should be able to choose, just date, just time, or date & time
Depends on moving overlay off of `NgZone.onStable` first
Handful of tests failing in g3 because they were not properly flushing and took screenshots in an intermediate state. This fixes the screenshots, diffs will need to be approved.