angular-docs-cn/modules/benchmarks
Pawel Kozlowski d7b9345b6d feat(compiler): detect dangling property bindings
BREAKING CHANGE: compiler will throw on binding to non-existing properties.

Till now it was possible to have a binding to a non-existing property,
ex.: `<div [foo]="exp">`. From now on this is compilation error - any
property binding needs to have at least one associated property:
eaither on an HTML element or on any directive associated with a
given element (directives' properites need to be declared using the
`properties` field in the `@Directive` / `@Component` annotation).

Closes #2598
2015-06-20 08:06:07 +02:00
..
e2e_test chore: update files to match clang-format 1.0.21. 2015-06-19 15:00:32 -07:00
src feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
pubspec.yaml feat(dart/transform): Use the best available Change Detectors 2015-06-12 16:04:09 -07:00