• Overview
@angular/cdk/drag-drop

CDK_DRAG_PREVIEW

constant

Injection token that can be used to reference instances of CdkDragPreview. It serves as alternative token to the actual CdkDragPreview class which could cause unnecessary retention of the class and its directive metadata.

API

  
    const CDK_DRAG_PREVIEW: any;
  
  
Jump to details