mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
786ef8261f
`{{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.