angular-cn/modules/@angular/core
Matias Niemelä 7f4954bed6 fix(animations): change trigger binding syntax to function as a property binding []
Animation triggers can now be set via template bindings `[]`

BREAKING CHANGE:

animation trigger expressions within the template that are assigned as
an element attribute (e.g. `@prop`) are deprecated. Please use the
Angular2 property binding syntax (e.g. `[@prop]`) when assigning
properties.

```ts
// this is now deprecated
<div @trigger="expression"></div>

// do this instead
<div [@trigger]="expression"></div>
```
2016-07-07 14:13:06 -07:00
..
src fix(animations): change trigger binding syntax to function as a property binding [] 2016-07-07 14:13:06 -07:00
test fix(animations): change trigger binding syntax to function as a property binding [] 2016-07-07 14:13:06 -07:00
testing revert: fix(animations): ensure all child elements are rendered before running animations 2016-07-07 14:12:17 -07:00
core.dart feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
index.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.dart feat(core): split ChangeDetectorStrategy into ChangeDetectionStrategy and ChangeDetectorStatus 2016-06-27 20:19:20 -07:00
private_export.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts fix(core/testing compiler/testing): move TestComponentBuilder to core/testing (#9590) 2016-06-24 17:35:01 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00