angular/packages/platform-browser/src/dom
Kristiyan Kostadinov 6d00efde95 fix(platform-browser): styles not replaced during HMR when using animations renderer (#59393)
When we replace a component during HMR, we clear it from the cache of the renderer factory, however when using animations, there's an animation-specific renderer factory that wraps the base DOM one and was preventing the cache from being cleared.

These changes rework the logic that clear the cache to go through a method so we can forward the call to the delegated factory.

PR Close #59393
2025-01-07 15:55:38 +00:00
..
debug refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
events refactor(core): Remove global event delegation code. (#57893) 2024-09-26 14:18:17 -07:00
dom_renderer.ts fix(platform-browser): styles not replaced during HMR when using animations renderer (#59393) 2025-01-07 15:55:38 +00:00
shared_styles_host.ts fix(platform-browser): collect external component styles from server rendering (#59031) 2024-12-05 16:12:22 -08:00
util.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00