Matthieu Riegler

Results 131 issues of Matthieu Riegler

The Web worker platform was removed in v11. `isPlatformWorkerApp` & `isPlatformWorkerUi` have no purpose since, lets deprecate them! ## PR Type What kind of change does this PR introduce? -...

action: merge
area: common
target: rc

Since the drop of the webworker platform the node can't be a `WebWorkerRenderNode`. ## PR Type What kind of change does this PR introduce? - [x] Refactoring (no functional changes,...

action: merge
area: core
target: patch

`scrollRestoration` is supported across all everygreen browsers. Let's just keep `supportsScrolling` for the server platform. ## PR Type What kind of change does this PR introduce? - [x] Refactoring (no...

action: review
area: common

* Drop the usage of @Inject() * Drop `supportsState` as its supported by evergreen browsers. ## PR Type What kind of change does this PR introduce? - [x] Refactoring (no...

action: review
area: common

This commit add the APIs of rxjs-interop and reactivity primitives to the online documentation. ## PR Type What kind of change does this PR introduce? - [x] Documentation content changes

area: docs
aio: preview

See individual commits.

area: docs
area: build & ci
action: review
merge: caretaker note

use `globalThis` for `global` `globalThis` is now available on every runtime supported by Angular See individual commits for the 3 impacted packages. ## PR Type What kind of change does...

action: review
area: core
area: compiler

This commit assigns the correct type instead of `any`. ---- This PR is part of a series of 4 to remove the last remaining todos from #9100 - #49406 -...

action: review
area: core

### Is this a bug report or a feature request? - [X] Bug Report - [ ] Feature Request ### Please provide the steps to reproduce the issue [Bug Report...

area: devtools

This commit exposes the `EventManagerPlugin` abstract class to the public API. It provides a documentation with a usecase and a basic implementation describing the possibilities Rationale for opening to the...

action: review
area: core
action: global presubmit
detected: feature