Ignore:
Timestamp:
10/16/21 18:10:51 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
eed0bf8
Parents:
6a3a178
Message:

adding new components

File:
1 edited

Legend:

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

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