ez-nav
Version:
A responsive, configurable Angular navigation bar component with support for dropdown menus, mobile drawer toggles, and custom layouts. Easily integrate a dynamic navbar using a simple configuration object.
11 lines (10 loc) • 638 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@angular/router";
import * as i3 from "./components/header/ez-nav.component";
import * as i4 from "./components/nav-drawer/nav-drawer.component";
export declare class NavbarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.EzNavComponent, typeof i4.NavDrawerComponent], [typeof i3.EzNavComponent, typeof i4.NavDrawerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NavbarModule>;
}