Changeset 59329aa for trip-planner-front/node_modules/@angular/cdk/drag-drop/directives/drag-placeholder.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-placeholder.d.ts
rceaed42 r59329aa 12 12 * retention of the class and its directive metadata. 13 13 */ 14 import * as ɵngcc0 from '@angular/core';15 14 export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>; 16 15 /** … … 23 22 data: T; 24 23 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>;27 24 } 28 29 //# sourceMappingURL=drag-placeholder.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.