EmbeddedEnterprises/ng6-golden-layout

GoldenLayoutComponent.createNewComponent() fails if first component

pbklink opened this issue · 2 comments

Should
return content[0].instance; // The case when this is the first component.
be
return content.contentItems[0].instance; // The case when this is the first component. ?

@pbklink This is the right solution, Is there any updates about if it will be fixed and merged soon?

accepting PRs, I don't have the time to work at this binding beyond updating the angular versions.