angular/packages/compiler/src
Jessica Janiuk 5f5828f60d refactor(core): dispatch enter and leave animations at the right times (#63710)
This updates the enter and leave logic to use the stored LView data to dispatch the enter and leave animations at the right points in the lifecycle. This should fix issues with signals not being available yet, parallel animations, and also eliminate the need for the element registry.

fixes: #63391
fixes: #63388
fixes: #63369

PR Close #63710
2025-09-10 22:24:31 +00:00
..
expression_parser refactor(compiler): Error on comment only interpolations (#62590) 2025-07-24 09:19:46 +00:00
i18n refactor(compiler): indicate whether element is void at AST level (#62648) 2025-07-16 12:40:25 +02:00
ml_parser fix(compiler): allow more characters in square-bracketed attribute names (#62742) 2025-07-23 11:06:47 -04:00
output refactor(compiler): implement new binary operators in output AST (#62064) 2025-06-23 14:23:29 +02:00
render3 refactor(core): dispatch enter and leave animations at the right times (#63710) 2025-09-10 22:24:31 +00:00
schema feat(core): render ARIA property bindings as attributes (#62630) 2025-07-22 06:59:00 -04:00
template/pipeline fix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#63292) 2025-08-21 12:15:52 +02:00
template_parser refactor(core): dispatch enter and leave animations at the right times (#63710) 2025-09-10 22:24:31 +00:00
assertions.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
chars.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
combined_visitor.ts refactor(compiler): consolidate combined recursive visitors (#61158) 2025-05-08 07:11:36 +02:00
compiler.ts refactor(compiler): replace output AST write nodes (#61682) 2025-06-03 11:08:50 -04:00
compiler_facade_interface.ts Revert "feat(platform-browser): Add IsolatedShadowDom encapsulation method (#62723)" (#63142) 2025-08-13 11:12:59 -07:00
config.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
constant_pool.ts refactor(compiler): replace output AST write nodes (#61682) 2025-06-03 11:08:50 -04:00
core.ts Revert "feat(platform-browser): Add IsolatedShadowDom encapsulation method (#62723)" (#63142) 2025-08-13 11:12:59 -07:00
directive_matching.ts refactor(compiler): add more information to template binder (#60977) 2025-04-24 13:02:39 -07:00
injectable_compiler_2.ts refactor(compiler): avoid duplication between FactoryTarget type (#61472) 2025-05-20 10:00:43 +00:00
jit_compiler_facade.ts fix(compiler): fix detection of directive deps in JIT (#62666) 2025-07-17 14:20:31 -04:00
parse_util.ts refactor(compiler): ensure compiler passes closure conformance checks (#62500) 2025-07-07 16:14:16 +00:00
resource_loader.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
shadow_css.ts fix(compiler): handle :host-context with comma-separated child selector (#59276) 2025-01-21 09:11:16 -08:00
style_url_resolver.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
util.ts refactor(compiler): remove unused code (#61668) 2025-05-26 12:21:09 +00:00
version.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00