EmbeddedEnterprises/ngx-golden-layout-electron

Error: Cannot read property 'has' of undefined.

Closed this issue · 1 comments

I am getting this error:

Cannot read property 'has' of undefined.

The error is coming out from ngx-golden-layout.js -> MultiWindowService() function. For some reason rootWindow.__ServiceConstructors is undefined. I did try creating a MultiWindowService and adding it to the module. What is it that I am doing wrong?

screenshot

@sagunpandey you closed the issue, did you figure out what you did wrong or found workaround?

upd. never mind. I found your another message here EmbeddedEnterprises/ng6-golden-layout#25. Although it did not help me