ngx-owl-carousel-o
Version:
Angular powered owl-carousel
16 lines (15 loc) • 1.13 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./carousel.component";
import * as i2 from "./carousel-slide.directive";
import * as i3 from "./stage/stage.component";
import * as i4 from "./owl-router-link.directive";
import * as i5 from "@angular/common";
export { CarouselComponent } from './carousel.component';
export { CarouselSlideDirective } from './carousel-slide.directive';
export { SlidesOutputData } from '../models/SlidesOutputData';
export { OwlRouterLinkDirective, OwlRouterLinkWithHrefDirective } from './owl-router-link.directive';
export declare class CarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselSlideDirective, typeof i3.StageComponent, typeof i4.OwlRouterLinkDirective, typeof i4.OwlRouterLinkWithHrefDirective], [typeof i5.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselSlideDirective, typeof i4.OwlRouterLinkDirective, typeof i4.OwlRouterLinkWithHrefDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
}