Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop.d.ts

    rceaed42 r59329aa  
    1414 * Service that allows for drag-and-drop functionality to be attached to DOM elements.
    1515 */
    16 import * as ɵngcc0 from '@angular/core';
    1716export declare class DragDrop {
    1817    private _document;
     
    3231     */
    3332    createDropList<T = any>(element: ElementRef<HTMLElement> | HTMLElement): DropListRef<T>;
    34     static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDrop, never>;
    3533}
    36 
    37 //# sourceMappingURL=drag-drop.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.