angular/modules/angular2/test/core
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
..
annotations feat: allow Type.annotations = Component(...).View(...) 2015-06-16 16:36:46 -07:00
compiler feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
life_cycle refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces 2015-06-18 17:41:22 -07:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
application_spec.ts fix: improve type safety by typing refs. 2015-06-12 18:02:07 -07:00
directive_lifecycle_integration_spec.ts feat(compiler): detect dangling property bindings 2015-06-20 08:06:07 +02:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts fix: add types for ts2dart's façade handling. 2015-06-12 15:41:08 -07:00