You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have properties like minimizeButton in NbWindowConfig to control NbWindow behavior. Currently, there is no way doing that with the NbWindowService
Related code:
Example
this.windowService.open(YourComponent, {
title: 'I can not be minimized',
minimizeButton: false
});
The text was updated successfully, but these errors were encountered:
Issue type
I'm submitting a ...
Issue description
It would be nice to have properties like
minimizeButton
in NbWindowConfig to control NbWindow behavior. Currently, there is no way doing that with the NbWindowServiceRelated code:
Example
The text was updated successfully, but these errors were encountered: