We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 @HostListeners. The expected behavior for this property it is to set the margin from the right to left to be able to resize the widget. You can see in the following lines: https://github.com/arup-banerjee/ngx-draggable-widget/blob/master/src/directives/NgWidget.ts#L271 Because of that the border-size is not affecting margin. That it is the only property that actually it is not working according what we have tested on a Angular 6 application
The text was updated successfully, but these errors were encountered:
Hi, I trying to update that packedge to Angular6. You can check my repository if you want on KAMAELUA/ngx-draggable-widget or as NPM packadge ngx-draggable-widget-kama
Sorry, something went wrong.
No branches or pull requests
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 @HostListeners.
The expected behavior for this property it is to set the margin from the right to left to be able to resize the widget. You can see in the following lines: https://github.com/arup-banerjee/ngx-draggable-widget/blob/master/src/directives/NgWidget.ts#L271
Because of that the border-size is not affecting margin.
That it is the only property that actually it is not working according what we have tested on a Angular 6 application
The text was updated successfully, but these errors were encountered: