angular/modules/angular2/src/common
Tobias Bosch d2efac18ed feat(core): separate refs from vars.
Introduces `ref-` to give a name to an element or a directive (also works for `<template>` elements), and `let-` to introduce an input variable for a `<template>` element.

BREAKING CHANGE:
- `#...` now always means `ref-`.
- `<template #abc>` now defines a reference to the TemplateRef, instead of an input variable used inside of the template.
- `#...` inside of a *ngIf, … directives is deprecated.
  Use `let …` instead.
- `var-...` is deprecated. Replace with `let-...` for `<template>` elements and `ref-` for non `<template>` elements.

Closes #7158

Closes #8264
2016-04-28 01:13:40 +00:00
..
directives feat(core): separate refs from vars. 2016-04-28 01:13:40 +00:00
forms feat(core): separate refs from vars. 2016-04-28 01:13:40 +00: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