@coreui/angular
Version:
CoreUI Components Library for Angular
12 lines (11 loc) • 864 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./navbar-brand/navbar-brand.directive";
import * as i2 from "./navbar.component";
import * as i3 from "./navbar-nav/navbar-nav.component";
import * as i4 from "./navbar-text/navbar-text.component";
import * as i5 from "./navbar-toggler/navbar-toggler.directive";
export declare class NavbarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarModule, never, [typeof i1.NavbarBrandDirective, typeof i2.NavbarComponent, typeof i3.NavbarNavComponent, typeof i4.NavbarTextComponent, typeof i5.NavbarTogglerDirective], [typeof i1.NavbarBrandDirective, typeof i2.NavbarComponent, typeof i3.NavbarNavComponent, typeof i4.NavbarTextComponent, typeof i5.NavbarTogglerDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NavbarModule>;
}