• Overview
@angular/cdk/drag-drop

CDK_DRAG_HANDLE

constant

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

API

  
    const CDK_DRAG_HANDLE: any;
  
  
Jump to details