angular-cn/packages
Victor Berchet 569b1e0eb7 fix(router): Wrap Promise-like instances in native Promises (#16759)
Hybrid apps (mix of Angular and AngularJS) might return AngularJS implementation
of Promises that do not play well with the change detection. Wrapping them in
native Promises fix this issue.

This could be the case when a Resolver returns a `$q` promise.
2017-05-12 10:03:54 -07:00
..
animations docs(*) fix dangling links in API docs (#16632) 2017-05-09 15:51:37 -07:00
benchpress fix(benchpress): chrome - prevent trace buffer overflow 2017-04-18 08:28:31 -07:00
common docs(common): remove h1s from API docs 2017-05-11 08:15:19 +01:00
compiler refactor(compiler): produce more dense generated code (#16666) 2017-05-11 10:28:48 -07:00
compiler-cli feat(compiler): support a non-null postfix assert (#16672) 2017-05-11 10:15:54 -07:00
core refactor: use view engine also for `NgModuleFactory`s (#16658) 2017-05-11 10:26:02 -07:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
examples fix: Update types for TypeScript nullability support in examples 2017-04-12 11:36:19 -07:00
forms docs(*) fix dangling links in API docs (#16632) 2017-05-09 15:51:37 -07:00
http fix(http): flatten metadata for @angular/http/testing 2017-05-05 14:20:46 -04:00
language-service feat(compiler): support a non-null postfix assert (#16672) 2017-05-11 10:15:54 -07:00
platform-browser feat(core): add `begin` and `end` renderer methods to track change detection 2017-05-04 15:07:27 -04:00
platform-browser-dynamic fix(platform-browser): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
platform-server feat(core): add `begin` and `end` renderer methods to track change detection 2017-05-04 15:07:27 -04:00
platform-webworker feat(core): add `begin` and `end` renderer methods to track change detection 2017-05-04 15:07:27 -04:00
platform-webworker-dynamic fix(platform-browser): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
router fix(router): Wrap Promise-like instances in native Promises (#16759) 2017-05-12 10:03:54 -07:00
upgrade fix(upgrade): Prevent renaming of $inject property (#16706) 2017-05-12 10:03:38 -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 fix: turn on nullability in the code base. 2017-04-18 12:07:33 -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