src/dnd.directive.ts
Allows you to specify which element a DragSource should screenshot as an HTML5 drag preview.
Only relevant when using the HTML5 backend.
| Selector | [dragPreview] |
Inputs |
| dragPreview |
Type : DragSource<any>
|
|
The drag source for which this element will be the preview. |
| dragPreviewOptions |
Type : DragPreviewOptions
|
|
Pass an options object as you would to DragSource. |