angular/modules/@angular/core/src
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 feat(animations): support styling of the default animation state 2016-06-07 12:59:33 -07:00
change_detection refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
debug fix(renderer): remove unecessary setElementStyles method 2016-06-03 15:20:34 -07:00
di refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
linker refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
metadata docs(animations): provide API docs for the animation DSL 2016-06-03 18:57:17 -07:00
profile refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
reflection refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
render fix(renderer): remove unecessary setElementStyles method 2016-06-03 15:20:34 -07:00
testability refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
util refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
zone refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
application_common_providers.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
application_ref.ts build(ngc): run integration test hermetically 2016-05-27 17:21:35 -07:00
application_tokens.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
change_detection.ts feat(core/linker): add SimpleChanges type to lifecycle_hooks to simplify OnChanges signature 2016-05-23 16:11:52 -07:00
console.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
di.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
linker.ts feat(core): add a component resolver that can load components lazily using system.js 2016-05-04 14:50:00 -07:00
metadata.dart chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
metadata.ts feat(ViewEncapsulation): default ViewEncapsulation to configurable 2016-05-26 13:23:37 -07:00
platform_common_providers.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
platform_directives_and_pipes.ts refactor: change provide(...) for {provide: ...} 2016-06-03 15:03:49 -07:00
prod_mode.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
render.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
security.ts feat: security implementation in Angular 2. 2016-05-03 09:21:43 -07:00
util.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
util.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
zone.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00