@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) • 674 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./carousel.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**
* NgModule definition for the Carousel component.
*/
export declare class CarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective], [typeof i3.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
}