angular-cn/modules/angular2_material
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
..
src refactor(view_manager): split `inPlace` views into root and free host views. 2015-05-15 13:24:53 -07:00
README.md feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
package.json feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00
pubspec.yaml chore: support last dev build of Dart at 1.10.0-dev.1.10 2015-05-06 18:21:46 -07:00

README.md

Temporary home of Material Design components for Angular 2.