angular/modules/@angular/core/src/animation
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -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_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 fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
view_animation_map.ts refactor(Differ): cleanup 2016-07-18 11:30:07 -07:00