source: trip-planner-front/node_modules/@angular/cdk/drag-drop/drag-drop-module.d.ts@ fa375fe

Last change on this file since fa375fe was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago

adding new components

  • Property mode set to 100644
File size: 1.3 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
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';
16export 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>;
20}
21
22//# sourceMappingURL=drag-drop-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.