angular/packages/platform-browser/animations/src
Alan Agius 0380564f85 fix(platform-browser): wait until animation completion before destroying renderer (#50860)
Prior to this commit, the renderer destroy method was being called before the animation complete. This is problematic when using `REMOVE_STYLES_ON_COMPONENT_DESTROY` as it causes the styles to be removed too early.

This commit, updates this destroy logic to be call the render destroy once the animations complete.

This has been reported internally in:
- http://b/271251353#comment12
- http://b/282004950#comment5

PR Close #50860
2023-06-27 06:27:15 -07:00
..
animation_builder.ts refactor(common): add missing override to satisfy the linter (#49599) 2023-03-28 10:12:36 -07:00
animation_renderer.ts fix(platform-browser): wait until animation completion before destroying renderer (#50860) 2023-06-27 06:27:15 -07:00
animations.ts feat(animations): add provideAnimations() and provideNoopAnimations() functions (#46793) 2022-07-12 17:58:47 +00:00
module.ts docs(platform-browser): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
private_export.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
providers.ts fix(animations): cleanup DOM elements when the root view is removed (#45143) 2022-06-23 13:52:58 -07:00