angular/packages/compiler/test
Matthieu Riegler 786ef8261f fix(compiler): throw on invalid in expressions
`{{in}}` are not interpreted as `'in'` string expressions anymore.

```
<input #in /> // OK
{{in}} // throws
```

fixes #65244

BREAKING CHANGE: `in` variables will throw in template expressions.
2026-02-23 13:35:07 -08:00
..
expression_parser fix(compiler): throw on invalid in expressions 2026-02-23 13:35:07 -08:00
i18n build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
ml_parser feat(compiler): Exhaustive checks for switch blocks 2026-02-17 10:25:31 -08:00
output build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
render3 fix(compiler): Don't bind inputs/outputs for data- attributes 2026-02-23 13:23:58 -08:00
schema fix(compiler): add geolocation element to schema 2026-02-09 12:25:37 -08:00
selector refactor(compiler): remove zone-based testing utilities 2026-02-09 07:55:12 -08:00
shadow_css build: initial test of TypeScript 6 2026-01-15 13:41:01 -08:00
BUILD.bazel test(compiler): remove zone-based testing utilities 2026-02-05 16:56:55 -08:00
compiler_facade_interface_spec.ts docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
integration_spec.ts test(compiler): remove zone-based testing utilities 2026-02-05 16:56:55 -08:00
style_url_resolver_spec.ts refactor(compiler): convert scripts within packages/compiler to relative imports (#60625) 2025-04-01 11:57:53 +00:00
util_spec.ts refactor(compiler): remove unused code (#61668) 2025-05-26 12:21:09 +00:00