angular-cn/modules
Tobias Bosch f114d6c560 fix(compiler): fix cross view references and providers with `useValue`.
Before, we would create all fields in the generated views
with visibility `private`. This does not work if an embedded
view references a directive / element in a parent view.
In Dart, this was no problem so far as it does not have
a `private` modifier.

Before, `useValue` in a provider did not work when doing
offline compile, as so far the `MetadataResolver` was only
used for jit mode. Now, `useValue` supports any kind of value
that the static reflector can return. E.g. primitives,
arrays, string maps, …

Closes #8366
2016-05-01 02:30:33 +00:00
..
angular1_router fix(angular_1_router): Removed arrow function from module template 2016-04-19 00:44:17 +00:00
angular2 fix(compiler): fix cross view references and providers with `useValue`. 2016-05-01 02:30:33 +00:00
benchmarks feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
benchmarks_external revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
benchpress refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
payload_tests/hello_world/ts feat(dart/transform): Use angular2/platform/browser as bootstrap lib 2016-03-21 00:58:17 +00:00
playground feat(router): listen to location changes 2016-04-30 19:02:14 +00:00
tsconfig-ts2dart.json chore: upgrade to ts2dart@0.9.9 2016-04-29 16:53:49 -07:00