ng-mat-select-infinite-scroll
Version:
Adds missing infinite scroll functionality for the angular material select component
9 lines (8 loc) • 560 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./mat-select-infinite-scroll.directive";
import * as i2 from "@angular/material/select";
export declare class MatSelectInfiniteScrollModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectInfiniteScrollModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectInfiniteScrollModule, [typeof i1.MatSelectInfiniteScrollDirective], [typeof i2.MatSelectModule], [typeof i1.MatSelectInfiniteScrollDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectInfiniteScrollModule>;
}