angular-cn/modules/@angular/facade/src
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
..
async.ts refactor(facade): Removed unnecessary override and deprecation. (#10761) 2016-08-12 17:41:12 -07:00
browser.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
collection.ts refactor(Differ): cleanup 2016-07-18 11:30:07 -07:00
errors.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
intl.ts fix(pipes): remove bidi control chars (#10870) 2016-08-18 13:31:33 -07:00
lang.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
math.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00