Matthieu Riegler
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...
Console error links will now point to adev.
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
Move ADEV to zoneless. Related xtermjs/xterm.js#5031
### 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
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.
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...
See #whatwg/html#5811 Spec: https://html.spec.whatwg.org/multipage/grouping-content.html#the-search-element
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...
### 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`