angular/modules/@angular/compiler/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
css refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
expression_parser refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
i18n refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
output refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
schema feat(SchemaRegistry): add Node.textContent 2016-06-02 13:33:57 -07:00
view_compiler fix(query): set fixed @ViewChild / @ContentChild right after the view is created 2016-06-07 12:40:35 -07:00
assertions.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
assertions.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
chars.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
compile_metadata.ts docs(animations): provide API docs for the animation DSL 2016-06-03 18:57:17 -07:00
compiler.ts refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
config.ts Revert "feat(change_detection): make INTERPOLATE_REGEXP customizable (#7417)" 2016-06-01 17:53:45 -07:00
directive_lifecycle_reflector.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
directive_normalizer.ts chore(lint): fix missing semicolon to make Circle green (#8877) 2016-05-26 16:43:15 -07:00
directive_resolver.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
html_ast.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_lexer.ts fix(#7099): support for comment finishing with multiple dashes 2016-05-24 21:01:41 -07:00
html_parser.ts fix(HTMLParser): properly report errors for not properly closed tags (#8999) 2016-06-03 10:49:17 -07:00
html_tags.ts chore(parsing): change internal usage of @ to : for namespaced values 2016-05-09 16:20:32 +02:00
identifiers.ts fix(renderer): remove unecessary setElementStyles method 2016-06-03 15:20:34 -07:00
metadata_resolver.ts fix(compiler): report errors for queries without selectors (#9018) 2016-06-04 19:46:03 -07:00
offline_compiler.ts refactor(imports): simplify paths 2016-06-03 14:46:04 -07:00
parse_util.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00
pipe_resolver.ts chore: audit @angular/core API classification (#8808) 2016-05-25 15:00:05 -07:00
provider_parser.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
runtime_compiler.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
selector.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
shadow_css.ts feat(shadow_css): add encapsulation support for CSS @supports at-rule 2016-05-20 13:02:24 -07:00
style_compiler.ts fix(compiler): support css stylesheets in offline compiler 2016-05-02 15:06:46 -07:00
style_url_resolver.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
template_ast.ts feat(core): introduce support for animations 2016-05-25 13:56:50 -07:00
template_parser.ts Revert "fix(compiler): add ability to parse : in * directives" 2016-06-07 12:39:17 -07:00
template_preparser.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
url_resolver.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
url_resolver.ts chore(tsickle): remove redundant jsdoc types 2016-05-10 17:38:10 +02:00
util.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
view_resolver.ts refactor(compiler): remove obsolete @View-related code (#9019) 2016-06-04 19:46:55 -07:00
xhr.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00