angular/modules/angular2/test/core/linker
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
..
change_detection_integration_spec.ts refactor(core): type ComponentRef, ComponentFactory and ComponentFixture by the component type 2016-04-30 19:47:54 +00:00
dynamic_component_loader_spec.ts refactor(core): type ComponentRef, ComponentFactory and ComponentFixture by the component type 2016-04-30 19:47:54 +00:00
integration_dart_spec.dart feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
integration_spec.ts refactor(core): type ComponentRef, ComponentFactory and ComponentFixture by the component type 2016-04-30 19:47:54 +00:00
projection_integration_spec.ts refactor(core): type ComponentRef, ComponentFactory and ComponentFixture by the component type 2016-04-30 19:47:54 +00:00
query_integration_spec.ts chore: upgrade to ts2dart@0.9.9 2016-04-29 16:53:49 -07:00
query_list_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
reflector_component_resolver_spec.ts refactor(core): type ComponentRef, ComponentFactory and ComponentFixture by the component type 2016-04-30 19:47:54 +00:00
regression_integration_spec.ts fix(compiler): project using the right directive as component. 2016-04-29 18:30:30 -07:00
view_injector_integration_spec.ts fix(compiler): fix cross view references and providers with useValue. 2016-05-01 02:30:33 +00:00