mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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> ``` |
||
|---|---|---|
| .. | ||
| src | ||
| test | ||
| testing | ||
| core.dart | ||
| index.ts | ||
| package.json | ||
| private_export.dart | ||
| private_export.ts | ||
| rollup.config.js | ||
| testing.ts | ||
| tsconfig-es5.json | ||
| tsconfig-es2015.json | ||