angular-cn/modules/@angular/compiler
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 feat(testing): add implicit test module 2016-07-06 18:04:19 -07:00
compiler.ts feat(core): introduce `@AppModule` 2016-06-30 11:34:40 -07:00
core_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
index.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
private_export.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
private_export.ts feat(core): introduce `@AppModule` 2016-06-30 11:34:40 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts chore(api): clean up compiler/testing api (#9520) 2016-06-23 15:52:18 -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