mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`{{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.
|
||
|---|---|---|
| .. | ||
| expression_parser | ||
| i18n | ||
| ml_parser | ||
| output | ||
| render3 | ||
| schema | ||
| selector | ||
| shadow_css | ||
| BUILD.bazel | ||
| compiler_facade_interface_spec.ts | ||
| integration_spec.ts | ||
| style_url_resolver_spec.ts | ||
| util_spec.ts | ||