-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublic_api.d.ts
24 lines (24 loc) · 2.78 KB
/
public_api.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export { listLocales } from 'ngx-bootstrap/chronos';
export { setTheme } from 'ngx-bootstrap/utils';
export { AccordionComponent, AccordionConfig, AccordionModule, AccordionPanelComponent } from 'ngx-bootstrap/accordion';
export { AlertComponent, AlertConfig, AlertModule } from 'ngx-bootstrap/alert';
export { ButtonCheckboxDirective, ButtonRadioDirective, ButtonsModule } from 'ngx-bootstrap/buttons';
export { CarouselComponent, CarouselConfig, CarouselModule, SlideComponent } from 'ngx-bootstrap/carousel';
export { CollapseDirective, CollapseModule } from 'ngx-bootstrap/collapse';
export { ModalDirective, ModalOptions, ModalBackdropOptions, ModalBackdropComponent, ModalModule, BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
export { BsDropdownModule, BsDropdownConfig, BsDropdownState, BsDropdownContainerComponent, BsDropdownDirective, BsDropdownMenuDirective, BsDropdownToggleDirective } from 'ngx-bootstrap/dropdown';
export { PagerComponent, PaginationComponent, PaginationConfig, PaginationModule, PageChangedEvent } from 'ngx-bootstrap/pagination';
export { BarComponent, ProgressbarComponent, ProgressbarConfig, ProgressbarModule } from 'ngx-bootstrap/progressbar';
export { RatingComponent, RatingModule } from 'ngx-bootstrap/rating';
export { DraggableItem, DraggableItemService, SortableItem, SortableComponent, SortableModule } from 'ngx-bootstrap/sortable';
export { NgTranscludeDirective, TabDirective, TabHeadingDirective, TabsetComponent, TabsetConfig, TabsModule } from 'ngx-bootstrap/tabs';
export { TimepickerComponent, TimepickerConfig, TimepickerModule } from 'ngx-bootstrap/timepicker';
export { TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule } from 'ngx-bootstrap/tooltip';
export { TypeaheadOptions, TypeaheadContainerComponent, TypeaheadDirective, TypeaheadMatch, TypeaheadModule } from 'ngx-bootstrap/typeahead';
export { PopoverConfig, PopoverContainerComponent, PopoverDirective, PopoverModule } from 'ngx-bootstrap/popover';
export { OnChange, document, window, parseTriggers, LinkedList, isBs3, Trigger, warnOnce, Utils, listenToTriggersV2, registerOutsideClick } from 'ngx-bootstrap/utils';
export { ComponentLoader, ComponentLoaderFactory, ContentRef, BsComponentRef } from 'ngx-bootstrap/component-loader';
export { Positioning, PositioningOptions, PositioningService, positionElements } from 'ngx-bootstrap/positioning';
export { Action, MiniState, MiniStore } from 'ngx-bootstrap/mini-ngrx';
export { defineLocale, getSetGlobalLocale, LocaleData, parseDate, formatDate, getDay, isFirstDayOfWeek, isSameYear, isSameDay, isSameMonth, getFullYear, getFirstDayOfMonth, getMonth, getLocale, updateLocale, isAfter, isBefore, isArray, isDateValid, isDate, shiftDate, setFullDate, endOf, startOf, TimeUnit } from 'ngx-bootstrap/chronos';
export * from 'ngx-bootstrap/locale';