Matthieu Riegler

Results 131 issues of Matthieu Riegler

In case an input event sends the same value to our forms, we will discard the update and consider the input hasn't change. This will prevent having duplicate values on...

breaking changes
area: forms

By making `DefaultValueAccessor` standalone we'll allow developers to use it as a host directive. Fixes #48607, #27672

This is a refactoring on top of #54579 which we weren't able to land because it had breakages in G3 : explicit calls to `emit` on the observables. Should also...

state: blocked
area: forms

This commit removes the support for legacy browsers. BREAKING CHANGE: IE/Non-Chromium Edge are not supported anymore. Fixes #46773

state: blocked
area: zones
target: major
detected: breaking change

Follow-up of #55698 to help remove the symbols from G3.

state: blocked
area: forms
target: rc

action: review
area: docs
adev: preview

While inspecting my bundle output I just saw that an unreferenced regex wasn't removed by DCE. It looks like it only affects regex created by `new RegExp(...)`. Is there a...

suboptimal-output

As part of the v18 release and as discussed in angular/angular#53888 & angular/angular#54284, the styling guide will now recommend using the host property instead of the `@HostBinding`/`@HostListener`. The change reflect...

BREAKING CHANGE