Changeset fa375fe for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
- Timestamp:
- 10/16/21 18:10:51 (3 years ago)
- Branches:
- master
- Children:
- eed0bf8
- Parents:
- 6a3a178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
r6a3a178 rfa375fe 14 14 * retention of the class and its directive metadata. 15 15 */ 16 import * as ɵngcc0 from '@angular/core'; 16 17 export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>; 17 18 /** Handle that can be used to drag a CdkDrag instance. */ … … 29 30 ngOnDestroy(): void; 30 31 static ngAcceptInputType_disabled: BooleanInput; 32 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragHandle, [null, { optional: true; skipSelf: true; }]>; 33 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragHandle, "[cdkDragHandle]", never, { "disabled": "cdkDragHandleDisabled"; }, {}, never>; 31 34 } 35 36 //# sourceMappingURL=drag-handle.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.