mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
0b356d4163
Animations styles weren't getting properly set on platform-server because of erroneous checks and absence of reflection of style property to attribute on the server. The fix corrects the check for platform and explicitly reflects the style property to the attribute. PR Close #24624