angular/modules/playground/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
..
animate refactor(animations): deport TCB away from animation-land forever (#10892) 2016-08-22 17:18:25 -07:00
async fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
gestures fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
hello_world test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
http fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
jsonp refactor(http): Removed deprecated HTTP_PROVIDERS and JSONP_PROVIDERS (#10864) 2016-08-17 07:43:31 -07:00
key_events fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
model_driven_forms test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
order_management fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
person_management fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
relative_assets test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
routing refactor(router): remove deprecated apis (#10658) 2016-08-16 13:40:28 -07:00
sourcemap fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
svg fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
template_driven_forms test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
todo fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
upgrade fix(ngUpgrade): to work with @NgModule 2016-08-08 12:50:08 -07:00
web_workers refactor: remove various leftover unused or deprecated code (#11091) 2016-08-26 09:12:27 -07:00
zippy_component test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
bootstrap.ts chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00