angular/modules/@angular/core
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
..
src fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
test fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
testing fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
index.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
package.json feature(core): update RxJS to 5.0.0-beta.11 (#10648) 2016-08-22 17:17:23 -07:00
private_export.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
private_export_testing.ts fix(core): Share private types through an exported interface. (#11009) 2016-08-23 16:18:11 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts refactor(testing): remove deprecated testing functions (#10832) 2016-08-15 21:40:37 -07:00
tsconfig-es5.json feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
tsconfig-es2015.json feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00