angular-cn/packages/animations/browser/src
Rado Kirov 03d2e5cb1d refactor: Consistently use index access on index signature types. (#28937)
This change helps highlight certain misoptimizations with Closure
compiler. It is also stylistically preferable to consistently use index
access on index sig types.

Roughly, when one sees '.foo' they know it is always checked for typos
in the prop name by the type system (unless 'any'), while "['foo']" is
always not.

Once all angular repos are conforming this will become a tsetse.info
check, enforced by bazel.

PR Close #28937
2019-02-28 02:49:14 -08:00
..
dsl style: change to American English (#27266) 2019-01-29 16:30:25 -08:00
render refactor: Consistently use index access on index signature types. (#28937) 2019-02-28 02:49:14 -08: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): ensure `position` and `display` styles are handled outside of keyframes/web-animations (#28911) 2019-02-27 11:57:31 -08:00