Changeset fa375fe for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-preview.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-preview.d.ts
r6a3a178 rfa375fe 13 13 * retention of the class and its directive metadata. 14 14 */ 15 import * as ɵngcc0 from '@angular/core'; 15 16 export declare const CDK_DRAG_PREVIEW: InjectionToken<CdkDragPreview<any>>; 16 17 /** … … 28 29 constructor(templateRef: TemplateRef<T>); 29 30 static ngAcceptInputType_matchSize: BooleanInput; 31 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragPreview<any>, never>; 32 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragPreview<any>, "ng-template[cdkDragPreview]", never, { "matchSize": "matchSize"; "data": "data"; }, {}, never>; 30 33 } 34 35 //# sourceMappingURL=drag-preview.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.