angular-cn/tools/compiler_cli/test
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
..
src fix(compiler): fix cross view references and providers with `useValue`. 2016-05-01 02:30:33 +00:00
tsconfig.json feat(offline compiler): a replacement for tsc that compiles templates 2016-04-28 21:57:16 -07:00