mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
978f0810d9
* Fixes that the Ivy styling logic wasn't accounting for `!important` in the property value. * Fixes that the default DOM renderer only sets `!important` on a property with a dash in its name. * Accounts for the `flags` parameter of `setStyle` in the server renderer. Fixes #35323. PR Close #39603