angular/modules/@angular/core/src/animation
Tobias Bosch 63e15ffaec refactor(core): remove …Metadata for all decorators and use the decorator directly.
BREAKING CHANGE:
- all `…Metadata` classes have been removed. Use the corresponding decorator
  as constructor or for `instanceof` checks instead.
- Example:
  * Before: `new ComponentMetadata(…)`
  * After: `new Component(…)`
- Note: `new Component(…)` worked before as well.
2016-09-12 22:47:54 -07:00
..
animation_constants.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
animation_group_player.ts refactor(animations): add an onStart handler for AnimationPlayer (#10360) 2016-08-22 16:39:52 -07:00
animation_keyframe.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
animation_output.ts refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
animation_player.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
animation_queue.ts fix(animations): ensure parent animations are triggered before children (#11201) 2016-09-01 13:24:26 -07:00
animation_sequence_player.ts refactor(animations): add an onStart handler for AnimationPlayer (#10360) 2016-08-22 16:39:52 -07:00
animation_style_util.ts refactor: remove unused imports 2016-08-11 23:24:22 -07:00
animation_styles.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
animation_transition_event.ts feat(animations): make sure animation callback reports the totalTime (#11022) 2016-08-24 16:55:00 -07:00
metadata.ts refactor(core): remove …Metadata for all decorators and use the decorator directly. 2016-09-12 22:47:54 -07:00
view_animation_map.ts refactor(Differ): cleanup 2016-07-18 11:30:07 -07:00