UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

10 lines (9 loc) 743 B
import { IgxCarouselComponent } from './carousel.component'; import { IgxCarouselIndicatorDirective, IgxCarouselNextButtonDirective, IgxCarouselPrevButtonDirective } from './carousel.directives'; import { IgxSlideComponent } from './slide.component'; export { Direction, CarouselAnimationSettings } from './carousel-base'; export * from './carousel.component'; export * from './slide.component'; export * from './carousel.directives'; export { CarouselAnimationType, CarouselIndicatorsOrientation } from './enums'; export declare const IGX_CAROUSEL_DIRECTIVES: readonly [typeof IgxCarouselComponent, typeof IgxSlideComponent, typeof IgxCarouselIndicatorDirective, typeof IgxCarouselNextButtonDirective, typeof IgxCarouselPrevButtonDirective];