UNPKG

900 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6import { ModuleWithProviders } from '@angular/core';
7import * as i0 from "@angular/core";
8import * as i1 from "./menu.component";
9import * as i2 from "../shared/shared.module";
10import * as i3 from "../icon/icon.module";
11import * as i4 from "../badge/badge.module";
12export declare class NbMenuModule {
13 static forRoot(): ModuleWithProviders<NbMenuModule>;
14 static ɵfac: i0.ɵɵFactoryDeclaration<NbMenuModule, never>;
15 static ɵmod: i0.ɵɵNgModuleDeclaration<NbMenuModule, [typeof i1.NbMenuComponent, typeof i1.NbMenuItemComponent], [typeof i2.NbSharedModule, typeof i3.NbIconModule, typeof i4.NbBadgeModule], [typeof i1.NbMenuComponent, typeof i1.NbMenuItemComponent]>;
16 static ɵinj: i0.ɵɵInjectorDeclaration<NbMenuModule>;
17}