igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
16 lines (15 loc) • 1.14 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./bottom-nav.component";
import * as i2 from "./bottom-nav-item.component";
import * as i3 from "./bottom-nav-header.component";
import * as i4 from "./bottom-nav-content.component";
import * as i5 from "./bottom-nav.directives";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxBottomNavModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxBottomNavModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxBottomNavModule, never, [typeof i1.IgxBottomNavComponent, typeof i2.IgxBottomNavItemComponent, typeof i3.IgxBottomNavHeaderComponent, typeof i4.IgxBottomNavContentComponent, typeof i5.IgxBottomNavHeaderLabelDirective, typeof i5.IgxBottomNavHeaderIconDirective], [typeof i1.IgxBottomNavComponent, typeof i2.IgxBottomNavItemComponent, typeof i3.IgxBottomNavHeaderComponent, typeof i4.IgxBottomNavContentComponent, typeof i5.IgxBottomNavHeaderLabelDirective, typeof i5.IgxBottomNavHeaderIconDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxBottomNavModule>;
}