angular-cn/modules/@angular/upgrade/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
..
angular_js.ts fix(ngUpgrade): to work with @NgModule 2016-08-08 12:50:08 -07:00
constants.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
downgrade_ng2_adapter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
upgrade_adapter.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
upgrade_ng1_adapter.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00