angular-cn/modules/angular2/test/web_workers/shared
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
..
message_bus_spec.ts chore(build): improve reliability of the saucelabs job 2015-09-15 18:34:13 +02:00
message_bus_util.dart refactor: rename web-workers to web_workers 2015-08-22 14:20:33 -07:00
message_bus_util.ts refactor: rename web-workers to web_workers 2015-08-22 14:20:33 -07:00
mock_event_emitter.dart fix(WebWorker): Fix Todo Server demo and add test to ensure the demo can bootstrap. 2015-09-03 18:52:06 +00:00
mock_event_emitter.ts refactor(async): replace RxJS with RxNext 2015-09-15 23:44:57 +00:00
render_proto_view_ref_store_spec.ts refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
render_view_with_fragments_store_spec.ts chore(ts2dart): replace List with Array 2015-08-31 21:32:10 +00:00
service_message_broker_spec.ts fix(WebWorker): Add zone support to MessageBus 2015-09-08 14:03:58 -07:00
web_worker_test_util.ts fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00