angular-cn/packages/core/test/animation
dario-piotrowicz f12c53342c fix(animations): normalize final styles in buildStyles (#42763)
the final styles created in buildStyles lack normalization, meaning that pixel values remain as numbers (without "px") and so such properties fail to be correctly set/applied

Example: "width: 300" is applies as "width": "300" (and thus ignored) instead of the correct "width": "300px"

PR Close #42763
2021-07-19 17:13:45 -07:00
..
animation_integration_spec.ts feat(animations): add support for disabling animations through BrowserAnimationsModule.withConfig (#40731) 2021-02-24 15:08:27 -08:00
animation_query_integration_spec.ts fix(animations): ensure consistent transition namespace ordering (#19854) 2021-04-30 14:15:47 -07:00
animation_router_integration_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
animations_with_css_keyframes_animations_integration_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
animations_with_web_animations_integration_spec.ts fix(animations): normalize final styles in buildStyles (#42763) 2021-07-19 17:13:45 -07:00