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-module.d.ts

    r6a3a178 rfa375fe  
    66 * found in the LICENSE file at https://angular.io/license
    77 */
     8import * as ɵngcc0 from '@angular/core';
     9import * as ɵngcc1 from './directives/drop-list';
     10import * as ɵngcc2 from './directives/drop-list-group';
     11import * as ɵngcc3 from './directives/drag';
     12import * as ɵngcc4 from './directives/drag-handle';
     13import * as ɵngcc5 from './directives/drag-preview';
     14import * as ɵngcc6 from './directives/drag-placeholder';
     15import * as ɵngcc7 from '@angular/cdk/scrolling';
    816export declare class DragDropModule {
     17    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<DragDropModule, never>;
     18    static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<DragDropModule, [typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder], never, [typeof ɵngcc7.CdkScrollableModule, typeof ɵngcc1.CdkDropList, typeof ɵngcc2.CdkDropListGroup, typeof ɵngcc3.CdkDrag, typeof ɵngcc4.CdkDragHandle, typeof ɵngcc5.CdkDragPreview, typeof ɵngcc6.CdkDragPlaceholder]>;
     19    static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<DragDropModule>;
    920}
     21
     22//# sourceMappingURL=drag-drop-module.d.ts.map
Note: See TracChangeset for help on using the changeset viewer.