• Overview
@angular/cdk/drag-drop

CDK_DRAG_PLACEHOLDER

constant

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

API

  
    const CDK_DRAG_PLACEHOLDER: any;
  
  
Jump to details