angular/modules/angular2/test/core
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 refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
debug feat(core): introduce template context 2016-04-29 01:22:13 -07:00
di refactor(core): separate reflective injector from Injector interface 2016-04-20 11:28:13 -07:00
dom revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
facade revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
linker feat(core): introduce template context 2016-04-29 01:22:13 -07:00
metadata revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
profile refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
reflection revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
testability revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
util revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
zone refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00
application_ref_spec.ts feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
directive_lifecycle_integration_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
spies.dart refactor(view_compiler): codegen DI and Queries 2016-04-13 14:43:48 -07:00
spies.ts refactor(core): support non reflective bootstrap. 2016-04-20 11:34:11 -07:00