ng2-window-view
Advanced tools
Changelog
0.1.0 (2016-10-24)
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 to WindowViewService#getInstanceAt
.
WindowViewService#removeWindowByInstance
rename to WindowViewService#removeByInstance
;