ngx-draggable-widget
ngx-draggable-widget copied to clipboard
drag and drop, resize, cascade, overlap "[ngDraggableWidgetContainer]" and "[ngDraggableWidget]" structural directive component library
**Using in Angular** For a widget item with property draggable to true does not allow me to input text in input control. Then I tried to set a selector (an...
Hi, last few days I am trying to limit the height like width, so that the ngWidget will not drag/stretch beyond the content area. Now what happening, when I drag...
I am using Angular 6 and below is my configuration for widgetContainer and widgetConfig. `public containerConfig: INgWidgetContainerConfig = { draggable: true, resizable: false, margins: [0, 0], allow_overlap: true, cascade: 'Off',...
It would be great if the console.logs would be removed, it is really annoying during development.
According to the code implemented for that directive: https://github.com/arup-banerjee/ngx-draggable-widget/blob/master/src/directives/NgWidgetContainer.ts#L13 It is using the old host property to listen the events from the host, but it should be using @HostBindings or...
I have added the ngx widget module but it sends an error in console Error: (SystemJS) XHR error (404 Not Found) loading http://localhost/DGS.DGSAPI.UI/ngx-draggable-widget my app module `import { NgModule }...
Hello, I am looking for a way of getting a specific widget to come to the front and become active on hover. I am trying to do it with css:hover...
The ngWidget structural directive should have config parameter **enable_drag_overlay : ** which enforces below behaviour 1. When we drag a widget .. it should not push the adjacent widget ,...
ngWidgetContainer structural directive to take config parameters 'widget-width-factor' : n 'widget-height-factor' : m The above factors relate user defined logical one unit to physical pixels If the above factors are...
### arup-banerjee/ngx-draggable-widget now has a Chat Room on Gitter @arup-banerjee has just created a chat room. You can visit it here: [https://gitter.im/ngx-draggable-widget/Lobby](https://gitter.im/ngx-draggable-widget/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...