- Upgrade Angular to 2.4.*.
-
Dynamic compile component. (20c33ec)
WindowViewService#pushWindow<T>
return instance directly instead of promise.
let myWindow: MyWindowComponent = this.windowView.pushWindow(MyWindowComponent);
myWindow.result$.subscribe( result => /** Do something */);
-
WindowViewService#getWindowInstanceAt
rename toWindowViewService#getInstanceAt
. -
WindowViewService#removeWindowByInstance
rename toWindowViewService#removeByInstance
;