angular-cn/modules/@angular/platform-browser/testing
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
..
benchmark_util.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
browser.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
browser_util.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
matchers.ts refactor(test): refine types 2016-07-29 13:53:13 -07:00
mock_animation_driver.ts fix(animations): ensure all child elements are rendered before running animations 2016-07-08 18:18:46 -07:00
mock_dom_animate_player.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00