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.
|
||
|---|---|---|
| .. | ||
| design | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| compiler.ts | ||
| index.ts | ||
| package.json | ||
| public_api.ts | ||