mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
421d8916a6
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
Temporary home of Material Design components for Angular 2.