@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
13 lines (12 loc) • 614 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./tab.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**
* NgModule definition for the Tab component.
*/
export declare class TabModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TabModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TabModule, [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective], [typeof i3.CommonModule], [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TabModule>;
}