angular/packages/animations/browser/test
Matias Niemelä 17cf04ebea fix(animations): allow computeStyle to work on elements created in Node (#35810)
This patch is a follow-up patch to 35c9f0dc2f.
It changes the `computeStyle` function to handle situations where
non string based values are returned from `window.getComputedStyle`.
This situation usually ocurrs in Node-based test environments where
the element or `window.getComputedStyle` is mocked out.

PR Close #35810
2020-03-03 13:38:26 -08:00
..
dsl test(animations): fix unit-based delays within the animation DSL (#28993) 2019-03-01 15:16:48 -08:00
render fix(animations): allow computeStyle to work on elements created in Node (#35810) 2020-03-03 13:38:26 -08:00
BUILD.bazel test: setup circular dependency tests for all entry points (#34774) 2020-01-23 11:36:40 -08:00
shared.ts feat(animations): report errors when invalid CSS properties are detected (#18718) 2017-08-21 20:38:22 -05:00