Matthieu Riegler

Results 131 issues of Matthieu Riegler

With this change, If an async validator that should have emitted was cancelled by a non-emitting validator, the status change will be reported on the `AbstractControl.events` observable. This issue can...

action: merge
area: forms
merge: caretaker note
target: rc

Console error links will now point to adev.

action: merge
area: core
target: rc

Prior to this change, MathML element were created with the wrong namespace resulting in regular DOM `Element`. This commit fixes this. This is a backport of #55622 into 17.3

target: patch

Move ADEV to zoneless. Related xtermjs/xterm.js#5031

area: docs
adev: preview

### Describe the problem that you experienced There are no overload listed for `inject()` ### Enter the URL of the topic with the problem https://angular.dev/api/core/inject

P3
area: adev
adev: preview

Migrating the code we had in the https://github.com/angular/angular-update-guide repo. Only minor changes were introduced : control-flow migration and replaced `showdown` usages with `marked` that we already used on adev.

area: docs
adev: preview

Previously, the `@angular/docs` package had `xterm` as dependency but wasn't referencing it. It only had dedicated styles. This commit moves back the styles to the FW repo as it is...

area: docs
adev: preview

See #whatwg/html#5811 Spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element

state: blocked
target: patch
area: compiler

To improve compiler errors on `TestModuleMetadata`, lets replace `any` for `providers`, `declarations` and `imports` fixes #37178 ## PR Type What kind of change does this PR introduce? - [x] Bugfix...

area: testing

### Describe the problem that you experienced Similar to tutorial routes, would should be generating errors routes automaticaly instead of adding them manually to `adev/src/app/sub-navigation-data.ts`

P3
area: adev
area: docs-infra