angular/modules/@angular/compiler/src
Matias Niemelä 7f4954bed6 fix(animations): change trigger binding syntax to function as a property binding []
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>
```
2016-07-07 14:13:06 -07:00
..
animation revert: fix(animations): ensure all child elements are rendered before running animations 2016-07-07 14:12:17 -07:00
expression_parser feat(compiler): Expression span information and error correction (#9772) 2016-07-06 14:06:47 -07:00
i18n chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
output chore: enable cyclic dependency check 2016-06-30 14:28:22 -07:00
schema feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
view_compiler revert: fix(animations): ensure all child elements are rendered before running animations 2016-07-07 14:12:17 -07:00
app_module_compiler.ts chore(compiler): fix cyclic dependency 2016-06-30 14:28:22 -07:00
assertions.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
assertions.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
chars.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_metadata.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
compiler.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
config.ts refactor: add types (#9606) 2016-06-28 11:35:59 -07:00
css_ast.ts refactor(core): ensure CSS parser uses ParseSourceSpan to track ast locations 2016-07-06 11:22:45 -07:00
css_lexer.ts refactor(core): ensure CSS parser uses ParseSourceSpan to track ast locations 2016-07-06 11:22:45 -07:00
css_parser.ts refactor(core): ensure CSS parser uses ParseSourceSpan to track ast locations 2016-07-06 11:22:45 -07:00
directive_lifecycle_reflector.ts refactor: add types (#9606) 2016-06-28 11:35:59 -07:00
directive_normalizer.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
directive_resolver.ts refactor: add types (#9606) 2016-06-28 11:35:59 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_ast.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
html_lexer.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
html_parser.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
html_tags.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
identifiers.ts feat(core): allow to add precompiled tokens via a provider 2016-07-07 12:16:48 -07:00
interpolation_config.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
metadata_resolver.ts feat(core): allow to add precompiled tokens via a provider 2016-07-07 12:16:48 -07:00
offline_compiler.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
parse_util.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
pipe_resolver.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
provider_parser.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
runtime_compiler.ts feat(testing): add implicit test module 2016-07-06 18:04:19 -07:00
selector.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
shadow_css.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
style_compiler.ts feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
style_url_resolver.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
template_ast.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00
template_parser.ts fix(animations): change trigger binding syntax to function as a property binding [] 2016-07-07 14:13:06 -07:00
template_preparser.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
url_resolver.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
url_resolver.ts docs(security): security api doc update and fix stability marker for Type 2016-06-28 14:01:48 -07:00
util.ts feat(core): introduce @AppModule 2016-06-30 11:34:40 -07:00
view_resolver.ts feat(compiler): support sync runtime compile 2016-06-28 10:26:16 -07:00
xhr.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00