@syncfusion/ej2-angular-navigations
Version:
A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Angular
13 lines (12 loc) • 626 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./menu.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**
* NgModule definition for the Menu component.
*/
export declare class MenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective], [typeof i3.CommonModule], [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
}