angular/modules/angular2/src
Martin Probst 861be30021 feat: export a proper promise type.
Promise used to be typed as any, giving incorrect results. This change
fixes places that were incorrectly typed and re-exports the actual
Promise type from es6-promise.

It also fixes a series of compilation errors discovered/triggered by
this change.
2015-08-04 19:56:02 +00:00
..
change_detection refactor(change_detect): Share more codegen logic 2015-08-04 18:55:07 +00:00
core feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
debug feat(build): require parameter types 2015-07-21 06:20:13 -07:00
di refactor(injector): remove unused consts 2015-08-04 08:40:27 +02:00
directives feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
dom chore(browsers): fix failing tests in Firefox 2015-08-03 12:17:44 +02:00
facade feat: export a proper promise type. 2015-08-04 19:56:02 +00:00
forms cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00
http fix(XHRConnection): use xhr status code 2015-08-04 00:39:11 +00:00
mock feat(router): add back() support to MockLocationStrategy 2015-08-03 22:24:57 +00:00
profile feat: implement web-tracing-framework support 2015-07-31 23:04:05 +00:00
reflection feat(transformers): add more information to factory debug reflection 2015-08-03 13:36:13 -07:00
render fix(compiler): Allow components to use any style of selector. Fixes #1602 2015-08-04 09:34:03 -07:00
router docs(Router): router config 2015-08-04 02:03:26 +00:00
services Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" 2015-07-27 14:15:02 -07:00
test_lib feat(pipes): replaces iterable and key value diffing pipes with services 2015-08-04 10:39:55 -07:00
transform refactor(change_detect): Share more codegen logic 2015-08-04 18:55:07 +00:00
util chore(build): Upgrade to TypeScript@1.5.3 2015-07-31 20:01:27 +00:00
web-workers feat(WebWorkers): Add WebWorker Todo Example. Add support for more DOM events. 2015-07-31 19:48:18 +00:00