/* * Twitter Bootstrap 4 plugin for AngularJS. * Copyright (c) 2016-2021 Rodziu * License: MIT */ import {IComponentOptions} from 'angular'; export const bsCarouselIndicatorsComponent: IComponentOptions = { template: '', require: { carousel: '^bsCarousel' }, controllerAs: 'ctrl' };