Matthieu Riegler

Results 131 issues of Matthieu Riegler

### Describe the problem that you experienced On AIO we were displaying the deprecation message for deprecated entries. Ex: https://v17.angular.io/api/router/CanLoad On ADEV this is missing and we should probably add...

area: adev
area: docs-infra

fixes #57872

target: rc
area: docs-infra
area: docs
adev: preview

### Describe the problem that you experienced This is an umbrella issue to report improvements that have been suggested for the style guide. * #54341 * #54277 * #54220 *...

P2
area: adev
area: docs

With this commit object methods (like `valueOf`, `toString` are not considered as valid entities anymore.

target: patch
area: compiler

A effect cleanup should not be considered reactive. fixes #57757

area: core

### Verify latest release - [ ] I verified that the issue exists in the latest pnpm release ### pnpm version 8.15.1 ### Which area(s) of pnpm are affected? (leave...

type: bug

feat(compiler): Add support for the `globalThis` keyword to access global scope in template expressions Usage example: * `{{ globalThis.Math.min(0, myValue) }}` * ``

area: compiler
detected: feature

This commit adds the support for the `in` keyword as a relational operator, with the same precedence as the other relational operators (, =). As a bigger picture, adding this...

breaking changes
area: compiler

The normal mode was unused, compatibility became de the de-facto behavior to maintain the exisiting behavior.

area: compiler