• Overview
@angular/cdk/drag-drop

CDK_DROP_LIST

constant

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

API

  
    const CDK_DROP_LIST: any;
  
  
Jump to details