UNPKG

2.3 kBTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2export { AccordionComponent, AccordionConfig, AccordionModule, AccordionPanelComponent } from './accordion';
3export { AlertComponent, AlertConfig, AlertModule } from './alert';
4export { ButtonCheckboxDirective, ButtonRadioDirective, ButtonsModule } from './buttons';
5export { CarouselComponent, CarouselConfig, CarouselModule, SlideComponent } from './carousel';
6export { CollapseDirective, CollapseModule } from './collapse';
7export { DateFormatter, DatePickerComponent, DatepickerConfig, DatepickerModule, DayPickerComponent, MonthPickerComponent, YearPickerComponent } from './datepicker';
8export { ModalDirective, ModalOptions, ModalBackdropOptions, ModalBackdropComponent, ModalModule } from './modal';
9export { BsDropdownModule, BsDropdownConfig, BsDropdownState, BsDropdownContainerComponent, BsDropdownDirective, BsDropdownMenuDirective, BsDropdownToggleDirective } from './dropdown';
10export { PagerComponent, PaginationComponent, PaginationConfig, PaginationModule } from './pagination';
11export { BarComponent, ProgressbarComponent, ProgressbarConfig, ProgressbarModule, ProgressDirective } from './progressbar';
12export { RatingComponent, RatingModule } from './rating';
13export { DraggableItem, DraggableItemService, SortableItem, SortableComponent, SortableModule } from './sortable';
14export { NgTranscludeDirective, TabDirective, TabHeadingDirective, TabsetComponent, TabsetConfig, TabsModule } from './tabs';
15export { TimepickerComponent, TimepickerConfig, TimepickerModule } from './timepicker';
16export { TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule } from './tooltip';
17export { TypeaheadOptions, TypeaheadContainerComponent, TypeaheadDirective, TypeaheadMatch, TypeaheadModule, TypeaheadUtils } from './typeahead';
18export { PopoverConfig, PopoverContainerComponent, PopoverDirective, PopoverModule } from './popover';
19export { OnChange, LinkedList, isBs3, Trigger, Utils } from './utils';
20export { ComponentLoader, ComponentLoaderFactory, ContentRef } from './component-loader';
21export { Positioning, PositioningOptions, PositioningService, positionElements } from './positioning';
22export declare class BsRootModule {
23}
24export declare class Ng2BootstrapModule {
25 static forRoot(): ModuleWithProviders;
26}