angular-docs-cn/modules/@angular/compiler/src
Pawel Kozlowski 098b461b69 fix(core): report duplicate template bindings in templates
Fixes #7315

BREAKING CHANGES:

Previously multiple template bindings on one element
(ex. `<div *ngIf='..' *ngFor='...'>`) were allowed but most of the time
were leading to undesired result. It is possible that a small number
of applications will see template parse errors that shuld be fixed by
nesting elements or using `<template>` tags explicitly.

Closes #9462
2016-06-23 15:59:07 +02:00
..
animation fix(animations): ensure AUTO styles are cleared at the end of the state-change animation 2016-06-11 00:08:41 -07:00
expression_parser refactor: cleanup lexers & parsers 2016-06-21 18:03:22 -07:00
i18n fix(XmbSerializer): add meaning attribute, escape attribute values 2016-06-21 11:52:11 -07:00
output style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
schema feat(DomElementSchemaRegistry): add support for <ng-content> and <ng-container> 2016-06-15 18:13:57 -07:00
view_compiler fix(compiler): codegen view query generic types 2016-06-21 11:51:54 -07:00
assertions.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
assertions.ts refactor(HtmlLexer): simplify the code 2016-06-21 18:03:22 -07:00
chars.ts refactor: cleanup lexers & parsers 2016-06-21 18:03:22 -07:00
compile_metadata.ts feat(compiler): make interpolation symbols configurable (`@Component` config) (#9367) 2016-06-20 09:52:41 -07:00
compiler.ts refactor: misc (#9308) 2016-06-17 10:57:50 -07:00
config.ts fix(perf): support prod mode again 2016-06-17 15:59:27 -07:00
css_lexer.ts refactor: cleanup lexers & parsers 2016-06-21 18:03:22 -07:00
css_parser.ts refactor: cleanup lexers & parsers 2016-06-21 18:03:22 -07:00
directive_lifecycle_reflector.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
directive_normalizer.ts feat(compiler): make interpolation symbols configurable (`@Component` config) (#9367) 2016-06-20 09:52:41 -07:00
directive_resolver.ts refactor: misc (#9308) 2016-06-17 10:57:50 -07:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
html_ast.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
html_lexer.ts refactor(HtmlLexer): simplify the code 2016-06-21 18:03:22 -07:00
html_parser.ts refactor(HtmlParser): clang format 2016-06-16 13:54:00 -07:00
html_tags.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
identifiers.ts fix(animations): ensure AUTO styles are cleared at the end of the state-change animation 2016-06-11 00:08:41 -07:00
interpolation_config.ts feat(compiler): make interpolation symbols configurable (`@Component` config) (#9367) 2016-06-20 09:52:41 -07:00
metadata_resolver.ts fix(core): properly report missing providers and viewProviders (#9411) 2016-06-21 17:27:27 -07:00
offline_compiler.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
parse_util.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
pipe_resolver.ts refactor: misc (#9308) 2016-06-17 10:57:50 -07:00
provider_parser.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
runtime_compiler.ts fix(Compiler): relax childIsRecursive check (#8705) 2016-06-22 07:02:11 -07:00
selector.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
shadow_css.ts style(lint): re-format modules/@angular 2016-06-09 17:00:15 -07:00
style_compiler.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
style_url_resolver.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
template_ast.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
template_parser.ts fix(core): report duplicate template bindings in templates 2016-06-23 15:59:07 +02:00
template_preparser.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
url_resolver.dart repackaging: all the file moves 2016-05-01 20:51:00 -07:00
url_resolver.ts refactor: add types (#9148) 2016-06-11 21:23:37 -07:00
util.ts fix(HtmlParser): consider <ng-container> when adding required parents 2016-06-15 18:13:57 -07:00
view_resolver.ts feat(compiler): make interpolation symbols configurable (`@Component` config) (#9367) 2016-06-20 09:52:41 -07:00
xhr.ts repackaging: all the file moves 2016-05-01 20:51:00 -07:00