angular/packages/compiler/test/render3/view
Kristiyan Kostadinov b1f96096d3 refactor(compiler): correctly identify lazy directives and pipes used after a nested defer block (#51262)
Fixes that if a directive/pipe is used after a nested `defer` block, we weren't tracking it as lazy anymore. This was due to the fact that we were resetting the `isInDeferBlock` to false every time instead of the previous value.

PR Close #51262
2023-08-04 11:27:39 -04:00
..
binding_spec.ts refactor(compiler): correctly identify lazy directives and pipes used after a nested defer block (#51262) 2023-08-04 11:27:39 -04:00
i18n_spec.ts fix(compiler): compute correct offsets when interpolations have HTML entities (#44811) 2022-03-08 10:23:07 -08:00
parse_template_options_spec.ts fix(compiler): return full spans for Comment nodes (#50855) 2023-07-28 14:39:18 -07:00
util.ts refactor(compiler): add compiler flag to enable deferred blocks for testing (#51079) 2023-07-18 17:05:29 +00:00