angular/modules/@angular/core/src/di
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
..
decorators.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
forward_ref.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
injector.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
metadata.ts refactor(core): remove deprecated 'bootstrap' (#10831) 2016-08-16 11:15:01 -07:00
opaque_token.ts fix(ngc): gather metadata for OpaqueToken 2016-08-04 10:05:25 -07:00
provider.ts fix(core): FactoryProvider's deps property should be optional 2016-08-25 13:29:03 -07:00
reflective_errors.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
reflective_injector.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
reflective_key.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
reflective_provider.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00