mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
aaa597393d
Adds support for template type checking inside `for` blocks. It is implemented by generating a JS `for...of` statement inside the TCB. The various loop variables (e.g. `$index`) are implemented by declaring a local number variable. PR Close #51690