angular-cn/modules/angular2/test/core
Tobias Bosch 76247b7097 refactor(compiler): use the new compiler everywhere
Closes #3605

BREAKING CHANGE:
- we don't mark an element as bound any more if it only contains text bindings
  E.g. <div>{{hello}}</div>
  This changes the indices when using `DebugElement.componentViewChildren` / `DebugElement.children`.
- `@Directive.compileChildren` was removed,
  `ng-non-bindable` is now builtin and not a directive any more
- angular no more adds the `ng-binding` class to elements with bindings
- directives are now ordered as they are listed in the View.directives regarding change detection.
  Previously they had an undefined order.
- the `Renderer` interface has new methods `createProtoView` and `registerComponentTemplate`. See `DomRenderer` for default implementations.
- reprojection with `ng-content` is now all or nothing per `ng-content` element
- angular2 transformer can't be used in tests that modify directive metadata.
  Use `angular2/src/transform/inliner_for_test` transformer instead.
2015-10-01 18:48:27 -07:00
..
change_detection refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
compiler refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
debug refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
di feat(Binding): improve errors 2015-09-25 22:05:36 +00:00
directives refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
dom feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00
facade refactor(pipes): remove LimitTo pipe in favor of slice pipe 2015-09-15 11:42:31 -07:00
forms refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
life_cycle refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
metadata chore: update all import paths 2015-08-25 15:33:23 -07:00
pipes refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
profile chore: update all import paths 2015-08-25 15:33:23 -07:00
reflection refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
render refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
services refactor(tests): removed @IMPLEMENTS 2015-08-26 15:06:25 -07:00
testability chore: update all import paths 2015-08-25 15:33:23 -07:00
util chore: update all import paths 2015-08-25 15:33:23 -07:00
zone chore(build): improve reliability of the saucelabs job 2015-09-15 18:34:13 +02:00
application_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
directive_lifecycle_integration_spec.ts feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00: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 refactor(compiler): cleanup and preparation for integration 2015-09-22 12:50:03 -07:00
spies.dart refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
spies.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00