angular/modules/angular2/test/core
Tobias Bosch 421d8916a6 refactor(view_manager): split inPlace views into root and free host views.
BREAKING CHANGE:
`AppViewManager.createInPlaceHostView` is replaced by
`AppViewManager.createRootHostView` (for bootstrap) and
`AppViewManager.createFreeHostView` (for imperative components).

The later creates new host elements that are not attached anywhere.
To attach them, use `DomRenderer.getHostElement(hostviewRef)`
to get the host element.

Closes #1920
2015-05-15 13:24:53 -07:00
..
annotations feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
compiler refactor(view_manager): split inPlace views into root and free host views. 2015-05-15 13:24:53 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone refactor(VmTurnZone): renamed to NgZone 2015-05-12 21:03:24 +02:00
application_spec.js refactor(proto_view_factory): expose data for generating change detectors 2015-05-13 17:11:59 -07:00