angular-cn/packages
Miško Hevery 77fd91d615 fix(core): ErrorHandler should not rethrow an error by default (#15077) (#15208)
ErrorHandler can not throw errors because it will unsubscribe itself from
the error stream.

Zones captures errors and feed it into NgZone, which than has a Rx Observable
to feed it into ErrorHandler. If the ErroHandler throws, then Rx will teardown
the observable which in essence causes the ErrorHandler to be removed from the
error handling. This implies that the ErrorHandler can never throw errors.

Closes #14949
Closes #15182
Closes #14316
2017-03-16 12:58:41 -07:00
..
animations fix(animations): make sure easing values are applied to an empty animate() step (#15174) 2017-03-15 15:31:06 -07:00
benchpress refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
common feat(common): support `as` syntax in template/* bindings (#15025) 2017-03-14 20:46:29 -07:00
compiler fix(compiler): make sourcemaps work in AOT mode 2017-03-16 12:56:56 -07:00
compiler-cli fix(compiler): make sourcemaps work in AOT mode 2017-03-16 12:56:56 -07:00
core fix(core): ErrorHandler should not rethrow an error by default (#15077) (#15208) 2017-03-16 12:58:41 -07:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples Revert "feat(upgrade): use `ComponentFactory.inputs/outputs/ngContentSelectors`" 2017-03-15 13:22:54 -07:00
forms fix(forms): ensure observable validators are properly canceled (#15132) 2017-03-16 10:15:17 -07:00
http fix(http): Make ResponseOptionsArgs an interface (#14607) (#14623) 2017-03-15 15:28:52 -07:00
language-service fix(compiler): only warn for `@Injectable` classes with invalid args. 2017-03-14 19:52:53 -07:00
platform-browser fix(core): ErrorHandler should not rethrow an error by default (#15077) (#15208) 2017-03-16 12:58:41 -07:00
platform-browser-dynamic refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
platform-server fix(platform-browser): prevent clobbered elements from freezing the browser 2017-03-16 10:16:39 -07:00
platform-webworker fix(platform-browser): prevent clobbered elements from freezing the browser 2017-03-16 10:16:39 -07:00
platform-webworker-dynamic refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
router fix(router): fix query parameters with multiple values (#15129) 2017-03-15 15:27:19 -07:00
upgrade Revert "refactor(upgrade): don’t rely on compiler internals" 2017-03-15 13:23:31 -07:00
README.md refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
es6-subset.d.ts refactor: update paths from modules/@angular to packages 2017-03-08 16:29:28 -08:00
license-banner.txt refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
router-license-banner.txt refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig.json test(platform-server): add initial e2e tests for platform-server (#15061) 2017-03-14 17:11:39 -07:00
types.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT