@angular/material
Version:
Angular Material
13 lines (12 loc) • 854 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./select";
import * as i2 from "@angular/common";
import * as i3 from "@angular/cdk/overlay";
import * as i4 from "@angular/material/core";
import * as i5 from "@angular/cdk/scrolling";
import * as i6 from "@angular/material/form-field";
export declare class MatSelectModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, [typeof i1.MatSelect, typeof i1.MatSelectTrigger], [typeof i2.CommonModule, typeof i3.OverlayModule, typeof i4.MatOptionModule, typeof i4.MatCommonModule], [typeof i5.CdkScrollableModule, typeof i6.MatFormFieldModule, typeof i1.MatSelect, typeof i1.MatSelectTrigger, typeof i4.MatOptionModule, typeof i4.MatCommonModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
}