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

Golden-Layout binding for Angular 6/7/8...

Results 17 ng6-golden-layout issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi there! Fantastic work on this library (and on golden-layout itself). Now that golden-layout v2 has been released, do you have a roadmap for updating to support the new version?...

enhancement

Versions: "golden-layout": "^1.5.9", "ngx-golden-layout": "0.0.37", "@angular/cli": "^9.1.12", Hi! I have a problem with MultiWindowService. My Angular app structure is like this: - **A**: my own NPM package which is an...

Think of a possibility to pass providers scoped to a certain component/subtree around different windows.

enhancement
help wanted

Hi All, if i open many dialogs i have a performance issue due too many change detection. Why on init in golden layout component of your lib you use this...

Hi, I'm currently using api host with different domain name but we have already set the server header to Access-Control-Allow-Origin: * allowing any request to bypass this issue. We tested...

If I popped out a window and I want to pop it in, any existing way or feature here to do that? By the way I using the older version...

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.` ?

bug
help wanted

https://github.com/EmbeddedEnterprises/ng6-golden-layout/blob/789bef6e31c9dbe6c4b93ca2730c659aeb1328b6/projects/ngx-golden-layout/src/lib/golden-layout.component.ts#L292 If you injected the root element in the constructor, wouldn't that avoid the extra `ViewChild` div and potentially some our styling dimension oddities?

There a few things left out to the common dev, most errors in console aren't really leading to a correct answer which aren't listed anywhere. Great contribution, though. Thanks!

enhancement
help wanted
question