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

Angular bindings for golden-layout

Results 7 ng-golden-layout issues
Sort by recently updated
recently updated
newest added

Is there any way to change the title of any golden-layout pane? The original golden-layout has a method of setTitle(), but I don't see it here. How can we call...

This commit contains the changes from @martin31821 since i used his fork :)

As of Angular 4 Opaquetoken has been replaced with injectiontoken. https://stackoverflow.com/questions/41289264/what-is-in-angular-2-opaque-token-and-whats-the-point

For goldenlayout you need [goldenlayout-base.css](http://golden-layout.com/files/latest/css/goldenlayout-base.css). You should probably also mention one of the themes, like [goldenlayout-dark-theme.css](http://golden-layout.com/files/latest/css/goldenlayout-dark-theme.css)

Hey I'm using your lib. I have it rendering only it insists on being 100px by 100px. Is there a build in way to change the sizing to 100% by...

I am using the angular version of golden layout (https://github.com/goldsam/ng-golden-layout) and faced one issue. I want to use ngui-scrollbar component inside one of the golden layout's panel. npmjs link for...

hi , @goldsam in my Angular application when i click popout(open in new window), in new window,angular application reload from first!! and popin on popup window does not work! can...