angular-cn/modules/@angular/compiler
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
..
src feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00
test Revert "fix(compiler): add ability to parse : in * directives" 2016-06-07 12:39:17 -07:00
testing chore(lint): enable duplicateModuleImport tslint check 2016-05-27 09:17:08 -07:00
compiler.ts feat(core): add a component resolver that can load components lazily using system.js 2016-05-04 14:50:00 -07:00
core_private.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
core_private.ts feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00
index.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -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 chore(compiler): Expose types needed by the language service 2016-06-02 13:36:22 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
tsconfig-es5.json build: consolidate tsc to ease migration to @types/ based typings delivery 2016-05-25 08:22:07 -07:00
tsconfig-es2015.json build: consolidate tsc to ease migration to @types/ based typings delivery 2016-05-25 08:22:07 -07:00