angular/modules/angular2_material/src
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
..
components refactor(view_manager): split inPlace views into root and free host views. 2015-05-15 13:24:53 -07:00
core feat(material): add prototype dialog component w/ demo. 2015-05-04 16:43:15 -07:00