UNPKG

ngx-bootstrap

Version:
19 lines 661 B
import { Injectable } from '@angular/core'; var CarouselConfig = /** @class */ (function () { function CarouselConfig() { /** Default interval of auto changing of slides */ this.interval = 5000; /** Is loop of auto changing of slides can be paused */ this.noPause = false; /** Is slides can wrap from the last to the first slide */ this.noWrap = false; /** Show carousel-indicators */ this.showIndicators = true; } CarouselConfig.decorators = [ { type: Injectable }, ]; return CarouselConfig; }()); export { CarouselConfig }; //# sourceMappingURL=carousel.config.js.map