Matthieu Riegler
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? -...
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,...
`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...
* 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...
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
See individual commits.
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...
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 -...
### Is this a bug report or a feature request? - [X] Bug Report - [ ] Feature Request ### Please provide the steps to reproduce the issue [Bug Report...
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...