ng6-golden-layout
ng6-golden-layout copied to clipboard
GoldenLayoutComponent.createNewComponent() fails if first component
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.