You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.5 KiB
29 lines
1.5 KiB
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './scrollable';
|
|
import * as ɵngcc2 from './fixed-size-virtual-scroll';
|
|
import * as ɵngcc3 from './virtual-for-of';
|
|
import * as ɵngcc4 from './virtual-scroll-viewport';
|
|
import * as ɵngcc5 from '@angular/cdk/bidi';
|
|
import * as ɵngcc6 from '@angular/cdk/platform';
|
|
export declare class CdkScrollableModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkScrollableModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CdkScrollableModule, [typeof ɵngcc1.CdkScrollable], never, [typeof ɵngcc1.CdkScrollable]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CdkScrollableModule>;
|
|
}
|
|
/**
|
|
* @docs-primary-export
|
|
*/
|
|
export declare class ScrollingModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<ScrollingModule, never>;
|
|
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]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<ScrollingModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=scrolling-module.d.ts.map
|