source: trip-planner-front/node_modules/@angular/cdk/scrolling/scrolling-module.d.ts@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.5 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 './scrollable';
10import * as ɵngcc2 from './fixed-size-virtual-scroll';
11import * as ɵngcc3 from './virtual-for-of';
12import * as ɵngcc4 from './virtual-scroll-viewport';
13import * as ɵngcc5 from '@angular/cdk/bidi';
14import * as ɵngcc6 from '@angular/cdk/platform';
15export declare class CdkScrollableModule {
16 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkScrollableModule, never>;
17 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CdkScrollableModule, [typeof ɵngcc1.CdkScrollable], never, [typeof ɵngcc1.CdkScrollable]>;
18 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CdkScrollableModule>;
19}
20/**
21 * @docs-primary-export
22 */
23export declare class ScrollingModule {
24 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ScrollingModule, never>;
25 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<ScrollingModule, [typeof ɵngcc2.CdkFixedSizeVirtualScroll, typeof ɵngcc3.CdkVirtualForOf, typeof ɵngcc4.CdkVirtualScrollViewport], [typeof ɵngcc5.BidiModule, typeof ɵngcc6.PlatformModule, typeof CdkScrollableModule], [typeof ɵngcc5.BidiModule, typeof CdkScrollableModule, typeof ɵngcc2.CdkFixedSizeVirtualScroll, typeof ɵngcc3.CdkVirtualForOf, typeof ɵngcc4.CdkVirtualScrollViewport]>;
26 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<ScrollingModule>;
27}
28
29//# sourceMappingURL=scrolling-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.