Miles Malerba

Results 39 issues of 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:...

area: compiler

## 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...

action: review
target: patch
area: compiler

### 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...

area: core
core: content projection
type: confusing
P3

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...

target: patch

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,...

target: minor
detected: feature

Should be able to choose, just date, just time, or date & time

feature
P5
material spec
area: material/datepicker

Depends on moving overlay off of `NgZone.onStable` first

blocked

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.

action: merge