angular/modules/angular2/test/core
Tobias Bosch 09f8d8f7ba refactor(core): introduce ViewRef and ProtoViewRef
BREAKING CHANGES:
- `NgElement` merged into `ElementRef`
- `Compiler.compile…` returns `ProtoViewRef`
- `ViewContainer` uses `ProtoViewRef`s and `ViewRef`s.
- `ViewRef`/`ProtoViewRef` in renderer were renamed to
  `RenderViewRef`/`RenderProtoViewRef`.

Related to #1477
Closes #1592
2015-04-29 14:03:38 -07:00
..
annotations fix(build): Actually code in the subset of JS that Traceur-Dart supports. 2015-03-31 16:08:49 -07:00
compiler refactor(core): introduce ViewRef and ProtoViewRef 2015-04-29 14:03:38 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone feat(tests): add a test injector 2015-03-13 18:20:02 +01:00
application_spec.js feat(bootstrap): changed bootstrap to return ComponentRef 2015-04-10 18:14:59 -07:00