ng2-custom-carousel
Version:
Carousel Component for Angular 2+. Easily customizable, with autoscroll, loop and navigation controls
11 lines (10 loc) • 760 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ng2-custom-carousel.component";
import * as i2 from "./ng2-custom-carousel-item.directive";
import * as i3 from "@angular/common";
import * as i4 from "@angular/forms";
export declare class Ng2CustomCarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<Ng2CustomCarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<Ng2CustomCarouselModule, [typeof i1.Ng2CustomCarouselComponent, typeof i1.Ng2CustomCarouselItemElement, typeof i2.Ng2CustomCarouselItemDirective], [typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.Ng2CustomCarouselComponent, typeof i2.Ng2CustomCarouselItemDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<Ng2CustomCarouselModule>;
}