UNPKG

1.03 kBTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./nav";
3import * as i2 from "./nav-outlet";
4export { NgbNav, NgbNavContent, NgbNavContentContext, NgbNavItem, NgbNavItemRole, NgbNavLink, NgbNavLinkButton, NgbNavLinkBase, NgbNavChangeEvent, } from './nav';
5export { NgbNavOutlet, NgbNavPane } from './nav-outlet';
6export { NgbNavConfig } from './nav-config';
7export declare class NgbNavModule {
8 static ɵfac: i0.ɵɵFactoryDeclaration<NgbNavModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbNavModule, never, [typeof i1.NgbNavContent, typeof i1.NgbNav, typeof i1.NgbNavItem, typeof i1.NgbNavItemRole, typeof i1.NgbNavLink, typeof i1.NgbNavLinkButton, typeof i1.NgbNavLinkBase, typeof i2.NgbNavOutlet, typeof i2.NgbNavPane], [typeof i1.NgbNavContent, typeof i1.NgbNav, typeof i1.NgbNavItem, typeof i1.NgbNavItemRole, typeof i1.NgbNavLink, typeof i1.NgbNavLinkButton, typeof i1.NgbNavLinkBase, typeof i2.NgbNavOutlet, typeof i2.NgbNavPane]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<NgbNavModule>;
11}