angular/modules/angular2/src/common
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
..
directives feat(core): introduce template context 2016-04-29 01:22:13 -07:00
forms chore(build): fix formatting and tests 2016-04-28 23:59:06 -07:00
pipes fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
common_directives.ts chore(core): remove @View annotation 2016-03-14 23:26:20 +00:00
directives.ts feat(NgTemplateOutlet): add NgTemplateOutlet directive 2016-04-20 04:28:59 +00:00
forms.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
pipes.ts feat(i18n): added i18nPlural and i18nSelect pipes 2016-03-01 16:40:48 +00:00