angular/modules/@angular/platform-browser/src/dom
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
..
debug refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
events fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
animation_driver.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
dom_adapter.ts refactor(various): remove a few lingering but unused deprecated apis (#10896) 2016-08-17 16:36:10 -07:00
dom_animate_player.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
dom_renderer.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
dom_tokens.ts fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
shared_styles_host.ts refactor(SharedStylesHost): remove SetWrapper facade (#10598) 2016-08-11 23:26:57 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
web_animations_driver.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
web_animations_player.ts refactor(animations): add an onStart handler for AnimationPlayer (#10360) 2016-08-22 16:39:52 -07:00