@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
12 lines (11 loc) • 491 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./sidebar.component";
import * as i2 from "@angular/common";
/**
* NgModule definition for the Sidebar component.
*/
export declare class SidebarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent], [typeof i2.CommonModule], [typeof i1.SidebarComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
}