@angular/material
Version:
Angular Material
15 lines (14 loc) • 936 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./menu";
import * as i2 from "./menu-item";
import * as i3 from "./menu-trigger";
import * as i4 from "./menu-content";
import * as i5 from "@angular/common";
import * as i6 from "@angular/material/core";
import * as i7 from "@angular/cdk/overlay";
import * as i8 from "@angular/cdk/scrolling";
export declare class MatMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MatMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatMenuModule, [typeof i1.MatMenu, typeof i2.MatMenuItem, typeof i3.MatMenuTrigger, typeof i4.MatMenuContent], [typeof i5.CommonModule, typeof i6.MatCommonModule, typeof i6.MatRippleModule, typeof i7.OverlayModule], [typeof i8.CdkScrollableModule, typeof i6.MatCommonModule, typeof i1.MatMenu, typeof i2.MatMenuItem, typeof i3.MatMenuTrigger, typeof i4.MatMenuContent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatMenuModule>;
}