[6a3a178] | 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 | */
|
---|
| 8 | import * as ɵngcc0 from '@angular/core';
|
---|
| 9 | import * as ɵngcc1 from './scrollable';
|
---|
| 10 | import * as ɵngcc2 from './fixed-size-virtual-scroll';
|
---|
| 11 | import * as ɵngcc3 from './virtual-for-of';
|
---|
| 12 | import * as ɵngcc4 from './virtual-scroll-viewport';
|
---|
| 13 | import * as ɵngcc5 from '@angular/cdk/bidi';
|
---|
| 14 | import * as ɵngcc6 from '@angular/cdk/platform';
|
---|
| 15 | export 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 | */
|
---|
| 23 | export 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 |
---|