angular/packages/compiler/test/render3/util
Kristiyan Kostadinov aaa597393d refactor(compiler): implement template type checking for loop blocks (#51690)
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
2023-09-20 11:26:05 +02:00
..
expression.ts refactor(compiler): implement template type checking for loop blocks (#51690) 2023-09-20 11:26:05 +02:00