angular/modules/angular2/test/core/linker
Tobias Bosch cacdead96d feat(core): introduce template context
BREAKING CHANGE:
- Before, a `EmbeddedViewRef` used to have methods for 
  setting variables. Now, a user has to pass in a context
  object that represents all variables when an `EmbeddedViewRef`
  should be created.
- `ViewContainerRef.createEmbeddedViewRef` now takes
   a context object as 2nd argument.
- `EmbeddedViewRef.setLocal` and `getLocal` have been removed.
  Use `EmbeddedViewRef.context` to access the context.
- `DebugNode.locals` has been removed. Use the new methods `DebugElement.references`
  to get the references that are present on this element,
  or `DebugElement.context` to get the context of the `EmbeddedViewRef` or the component to which the element belongs.

Closes #8321
2016-04-29 01:22:13 -07:00
..
change_detection_integration_spec.ts feat(core): introduce template context 2016-04-29 01:22:13 -07:00
dynamic_component_loader_spec.ts feat(testing): Use NgZone in TestComponentBuilder. 2016-04-28 22:37:37 +00:00
integration_dart_spec.dart feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
integration_spec.ts feat(core): introduce template context 2016-04-29 01:22:13 -07:00
projection_integration_spec.ts feat(core): introduce template context 2016-04-29 01:22:13 -07:00
query_integration_spec.ts feat(core): introduce template context 2016-04-29 01:22:13 -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): introduce ComponentFactory. 2016-04-20 11:27:26 -07:00
regression_integration_spec.ts fix(core): properly evaluate expressions with conditional and boolean operators 2016-04-27 21:25:50 +00:00
view_injector_integration_spec.ts feat(core): introduce template context 2016-04-29 01:22:13 -07:00