UNPKG

709 BTypeScriptView Raw
1/**
2 * Use of this source code is governed by an MIT-style license that can be
3 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
4 */
5export * from './carousel.module';
6export * from './carousel.component';
7export * from './carousel-content.directive';
8export * from './typings';
9export * from './strategies/base-strategy';
10export { NzCarouselOpacityStrategy } from './strategies/opacity-strategy';
11export { NzCarouselTransformStrategy } from './strategies/transform-strategy';
12export { NzCarouselTransformNoLoopStrategy } from './strategies/experimental/transform-no-loop-strategy';
13export { NzCarouselFlipStrategy } from './strategies/experimental/flip-strategy';