public-api.d.ts 709 B

12345678910111213
  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. */
  5. export * from './carousel.module';
  6. export * from './carousel.component';
  7. export * from './carousel-content.directive';
  8. export * from './typings';
  9. export * from './strategies/base-strategy';
  10. export { NzCarouselOpacityStrategy } from './strategies/opacity-strategy';
  11. export { NzCarouselTransformStrategy } from './strategies/transform-strategy';
  12. export { NzCarouselTransformNoLoopStrategy } from './strategies/experimental/transform-no-loop-strategy';
  13. export { NzCarouselFlipStrategy } from './strategies/experimental/flip-strategy';