@ngfly/carousel
Version:
A smooth, customizable carousel component for Angular 17+ applications
14 lines (13 loc) • 471 B
TypeScript
/**
* Main export file for the NSC library
*
* Available inputs:
* - slides: The collection of items to display in the carousel
* - configs: The configuration object for the carousel
*/
export * from './carousel.module';
export * from './components/carousel/carousel.component';
export * from './interfaces/carousel-config.interface';
export * from './services/carousel.service';
export * from './directives/lazy-load.directive';
export * from './utils/animation';