angular/packages/animations/browser/src
Matias Niemelä e5e1b0da33 fix(animations): treat numeric state name values as strings (#22923)
This patch ensures that if a numeric state name value in an animation
is detected then it will not throw an error. Normally this wouldn't
occur, but some JS optimizers may convert a quoted numeric value
(like "1" to 1) in some cases to save space. This patch makes sure
that Angular doesn't throw an error when this occurs.

PR Close #22923
2018-03-22 19:00:58 -04:00
..
dsl fix(animations): treat numeric state name values as strings (#22923) 2018-03-22 19:00:58 -04:00
render fix(animations): avoid animation insertions during router back/refresh (#21977) 2018-03-22 17:59:41 -04:00
browser.ts refactor(platform-browser): move platform-browser/animations to animations/browser (#15130) 2017-03-14 11:55:49 -07:00
private_export.ts test: migrate remaining public-api tests to Bazel (#22639) 2018-03-09 09:11:40 -08:00
util.ts fix(animations): only use the WA-polyfill alongside AnimationBuilder (#22143) 2018-02-22 16:07:53 -08:00