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/directives/drag-placeholder.d.ts

    r6a3a178 rfa375fe  
    1212 * retention of the class and its directive metadata.
    1313 */
     14import * as ɵngcc0 from '@angular/core';
    1415export declare const CDK_DRAG_PLACEHOLDER: InjectionToken<CdkDragPlaceholder<any>>;
    1516/**
     
    2223    data: T;
    2324    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>;
    2427}
     28
     29//# sourceMappingURL=drag-placeholder.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.