Matthieu Riegler
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...
fixes #57872
### 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 *...
With this commit object methods (like `valueOf`, `toString` are not considered as valid entities anymore.
A effect cleanup should not be considered reactive. fixes #57757
### 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...
feat(compiler): Add support for the `globalThis` keyword to access global scope in template expressions Usage example: * `{{ globalThis.Math.min(0, myValue) }}` * ``
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...
The normal mode was unused, compatibility became de the de-facto behavior to maintain the exisiting behavior.