ng6-golden-layout icon indicating copy to clipboard operation
ng6-golden-layout copied to clipboard

GoldenLayoutComponent.createNewComponent() fails if first component

Open pbklink opened this issue 4 years ago • 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 avatar Mar 04 '20 19:03 pbklink

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

kroky-cs avatar Mar 23 '20 11:03 kroky-cs

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

martin31821 avatar Mar 23 '20 14:03 martin31821