angular-cn/modules/@angular/platform-browser/test/browser
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
..
static_assets refactor(browser): merge static & dynamic platforms 2016-05-20 10:48:55 -07:00
tools refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
bootstrap_spec.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
browser_adapter_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
rectangle_mock.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
title_spec.ts fix(testing): remove deprecated testing APIs (#9923) 2016-07-11 16:04:32 -07:00