angular/modules/@angular/compiler/src/animation
Matias Niemelä 36d25f2a07 feat(animations): support styling of the default animation state
It is now possible to set a fallback state that will apply its
styling when the destination state is not detected.

```ts
state("*", style({ ... }))
```

Closes #9013
2016-06-07 12:59:33 -07:00
..
animation_ast.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
animation_compiler.ts feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00
animation_parser.ts docs(animations): provide API docs for the animation DSL 2016-06-03 18:57:17 -07:00
styles_collection.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00