7f4954bed6
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> ``` |
||
---|---|---|
.. | ||
e2e_test | ||
src | ||
test/benchpress | ||
README.md | ||
favicon.ico | ||
pubspec.yaml |
README.md
How to run the examples locally
$ cp -r ./modules/playground ./dist/all/ $ tsc -p modules --emitDecoratorMetadata -w $ gulp serve $ open http://localhost:8000/all/playground/src/hello_world/index.html?bundles=false