1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { ModuleWithProviders } from '@angular/core';
|
7 | import * as i0 from "@angular/core";
|
8 | import * as i1 from "./menu.component";
|
9 | import * as i2 from "../shared/shared.module";
|
10 | import * as i3 from "../icon/icon.module";
|
11 | import * as i4 from "../badge/badge.module";
|
12 | export 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 | }
|