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.
|
||
|---|---|---|
| .. | ||
| ast.ts | ||
| lexer.ts | ||
| parser.ts | ||
| serializer.ts | ||