Changeset 59329aa for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-handle.d.ts
rceaed42 r59329aa 14 14 * retention of the class and its directive metadata. 15 15 */ 16 import * as ɵngcc0 from '@angular/core';17 16 export declare const CDK_DRAG_HANDLE: InjectionToken<CdkDragHandle>; 18 17 /** Handle that can be used to drag a CdkDrag instance. */ … … 30 29 ngOnDestroy(): void; 31 30 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>;34 31 } 35 36 //# sourceMappingURL=drag-handle.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.