Changeset fa375fe for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.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-placeholder.d.ts
r6a3a178 rfa375fe 12 12 * retention of the class and its directive metadata. 13 13 */ 14 import * as ɵngcc0 from '@angular/core'; 14 15 export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>; 15 16 /** … … 22 23 data: T; 23 24 constructor(templateRef: TemplateRef<T>); 25 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkDragPlaceholder<any>, never>; 26 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkDragPlaceholder<any>, "ng-template[cdkDragPlaceholder]", never, { "data": "data"; }, {}, never>; 24 27 } 28 29 //# sourceMappingURL=drag-placeholder.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.