angular/packages/compiler/src/render3
Kristiyan Kostadinov 6ecafa3305 refactor(compiler): computed for loop variables exposed on the wrong scope (#51618)
Fixes that the computed for loop variables (e.g. $first and $last) were exposed on the parent scope instead of the for loop scope.

PR Close #51618
2023-09-05 14:19:18 +00:00
..
partial fix(compiler-cli): enforce a minimum version to be used when a library uses input transform (#51413) 2023-08-18 07:58:53 -07:00
view refactor(compiler): computed for loop variables exposed on the wrong scope (#51618) 2023-09-05 14:19:18 +00:00
r3_ast.ts refactor(compiler): generate for loop block instructions (#51514) 2023-08-29 16:38:22 +00:00
r3_class_metadata_compiler.ts refactor(core): update TestBed to handle async component metadata (#51182) 2023-08-15 11:32:09 -07:00
r3_control_flow.ts refactor(compiler): incorrect validation of switch blocks when preserveWhitespaces is enabled (#51570) 2023-09-05 14:18:44 +00:00
r3_deferred_blocks.ts refactor(compiler): add more deferred validations (#51262) 2023-08-04 11:27:39 -04:00
r3_deferred_triggers.ts refactor(compiler): add more deferred validations (#51262) 2023-08-04 11:27:39 -04:00
r3_factory.ts refactor(compiler-cli): only use a single type expression (#49136) 2023-04-03 19:20:00 -07:00
r3_identifiers.ts refactor(compiler): generate for loop block instructions (#51514) 2023-08-29 16:38:22 +00:00
r3_injector_compiler.ts refactor(compiler-cli): only use a single type expression (#49136) 2023-04-03 19:20:00 -07:00
r3_jit.ts refactor(compiler): delete View Engine components of @angular/compiler (#44368) 2021-12-06 13:12:36 -05:00
r3_module_compiler.ts refactor(compiler): add a new interface for NgModule metadata to t rebase be used in local compilation mode (#50577) 2023-06-30 11:38:35 -07:00
r3_pipe_compiler.ts refactor(compiler-cli): only use a single type expression (#49136) 2023-04-03 19:20:00 -07:00
r3_template_transform.ts refactor(compiler): implement conditional block AST (#51299) 2023-08-10 13:48:55 -07:00
util.ts refactor: delete the View Engine runtime (#43884) 2021-11-23 21:10:06 +00:00