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.
|
||
|---|---|---|
| .. | ||
| utils | ||
| ast_spec.ts | ||
| BUILD.bazel | ||
| lexer_spec.ts | ||
| parser_spec.ts | ||
| serializer_spec.ts | ||