Matthieu Riegler
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...
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...
This commit removes the support for legacy browsers. BREAKING CHANGE: IE/Non-Chromium Edge are not supported anymore. Fixes #46773
Follow-up of #55698 to help remove the symbols from G3.
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...
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...
fixes #58584