angular/packages/compiler/test/render3/view
Andrew Kushnir 553cbaed84 refactor(compiler): update TemplateBinder and DirectiveBinder to work with defer blocks (#51162)
This commit updates the logic of the TemplateBinder and DirectiveBinder classes to recognize defer blocks. The logic is updated to prevent Directive and Pipe matching inside the defer block. Instead, the scope for those blocks would be calculated separately.

PR Close #51162
2023-08-01 11:50:04 -07:00
..
binding_spec.ts refactor(compiler): update TemplateBinder and DirectiveBinder to work with defer blocks (#51162) 2023-08-01 11:50:04 -07: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