angular-cn/modules/@angular/compiler/testing
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
..
directive_resolver_mock.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00
metadata_overrider.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
ng_module_resolver_mock.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
pipe_resolver_mock.ts refactor(Type): merge Type and ConcreType<?> into Type<?> (#10616) 2016-08-10 18:21:28 -07:00
resource_loader_mock.ts fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
schema_registry_mock.ts fix(core): support components without a selector (#10331) 2016-07-28 10:39:10 -07:00
test_bindings.ts refactor: replace any[] with Provider[] where possible 2016-08-25 13:29:03 -07:00