mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
65786b2b96
Fixes a bug with REMOVE_STYLES_ON_COMPONENT_DESTROY when a component is destroyed and re-created, its previous stylesheets will not be re-used and instead a new stylesheet will still be created each time. PR Close #52019