UNPKG

ngx-bootstrap

Version:
25 lines (24 loc) 2.6 kB
export { listLocales } from './chronos/locale/locales'; export { setTheme } from './utils/theme-provider'; export { AccordionComponent, AccordionConfig, AccordionModule, AccordionPanelComponent } from './accordion/index'; export { AlertComponent, AlertConfig, AlertModule } from './alert/index'; export { ButtonCheckboxDirective, ButtonRadioDirective, ButtonsModule } from './buttons/index'; export { CarouselComponent, CarouselConfig, CarouselModule, SlideComponent } from './carousel/index'; export { CollapseDirective, CollapseModule } from './collapse/index'; export { DateFormatter, DatePickerComponent, DatepickerConfig, DatepickerModule, DayPickerComponent, MonthPickerComponent, YearPickerComponent, BsDatepickerModule, BsDatepickerConfig, BsDaterangepickerConfig, BsLocaleService, BsDaterangepickerDirective, BsDatepickerDirective } from './datepicker/index'; export { ModalDirective, ModalOptions, ModalBackdropOptions, ModalBackdropComponent, ModalModule, BsModalRef, BsModalService } from './modal/index'; export { BsDropdownModule, BsDropdownConfig, BsDropdownState, BsDropdownContainerComponent, BsDropdownDirective, BsDropdownMenuDirective, BsDropdownToggleDirective } from './dropdown/index'; export { PagerComponent, PaginationComponent, PaginationConfig, PaginationModule, PageChangedEvent } from './pagination/index'; export { BarComponent, ProgressbarComponent, ProgressbarConfig, ProgressbarModule } from './progressbar/index'; export { RatingComponent, RatingModule } from './rating/index'; export { DraggableItem, DraggableItemService, SortableItem, SortableComponent, SortableModule } from './sortable/index'; export { NgTranscludeDirective, TabDirective, TabHeadingDirective, TabsetComponent, TabsetConfig, TabsModule } from './tabs/index'; export { TimepickerComponent, TimepickerConfig, TimepickerModule } from './timepicker/index'; export { TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule } from './tooltip/index'; export { TypeaheadOptions, TypeaheadContainerComponent, TypeaheadDirective, TypeaheadMatch, TypeaheadModule } from './typeahead/index'; export { PopoverConfig, PopoverContainerComponent, PopoverDirective, PopoverModule } from './popover/index'; export { OnChange, LinkedList, isBs3, Trigger, Utils } from './utils/index'; export { ComponentLoader, ComponentLoaderFactory, ContentRef } from './component-loader/index'; export { Positioning, PositioningOptions, PositioningService, positionElements } from './positioning/index'; export { defineLocale, getSetGlobalLocale, LocaleData } from './chronos/index'; export * from './locale';