goldsam / ng-golden-layout

Angular bindings for golden-layout
MIT License
18 stars 13 forks source link

popout and popin problem #7

Open Elias-Heydarpour opened 6 years ago

Elias-Heydarpour commented 6 years ago

hi , @goldsam in my Angular application when i click popout(open in new window), in new window,angular application reload from first!! and popin on popup window does not work! can you help me, please. thanks.

goldsam commented 6 years ago

@Elias-Heydarpour If the child window throws any exceptions on load, it will break the pop-in button and things fall apart. There are a few deficiencies in this library (all stemming from trying to wed angular/rxjs and golden-layout) that can lead to this. Do you have code I can take a look at?