UNPKG

677 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./carousel";
3import * as i2 from "@angular/common";
4export { NgbCarousel, NgbSlide, NgbSlideEvent, NgbSlideEventSource } from './carousel';
5export { NgbSlideEventDirection } from './carousel-transition';
6export { NgbCarouselConfig } from './carousel-config';
7export declare class NgbCarouselModule {
8 static ɵfac: i0.ɵɵFactoryDeclaration<NgbCarouselModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbCarouselModule, [typeof i1.NgbCarousel, typeof i1.NgbSlide], [typeof i2.CommonModule], [typeof i1.NgbCarousel, typeof i1.NgbSlide]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<NgbCarouselModule>;
11}