UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

26 lines (25 loc) 2.33 kB
import { ModuleWithProviders } from '@angular/core'; export { StickyHeaderDirective, StickyHeaderModule } from './sticky-header/index'; export { MdbErrorDirective, MdbSuccessDirective, MdbValidateDirective, InputUtilitiesModule, } from './input-utilities/index'; export { MdbBreadcrumbComponent, MdbBreadcrumbItemComponent, BreadcrumbModule, } from './breadcrumbs/index'; export { MDBBadgeComponent, BadgeModule } from './badge/index'; export { MdbTablePaginationComponent, MdbTableRowDirective, MdbTableScrollDirective, MdbTableSortDirective, MdbTableDirective, MdbTableService, TableModule, } from './tables/index'; export { CHECKBOX_VALUE_ACCESSOR, CheckboxComponent, CheckboxModule } from './checkbox/index'; export { ButtonsModule, ButtonRadioDirective, ButtonCheckboxDirective, MdbBtnDirective, FixedButtonCaptionDirective, } from './buttons/index'; export { CardsModule, MdbCardComponent, MdbCardBodyComponent, MdbCardImageComponent, MdbCardTextComponent, MdbCardTitleComponent, MdbCardFooterComponent, MdbCardHeaderComponent, } from './cards/index'; export { WavesModule, WavesDirective } from './waves/index'; export { InputsModule, MdbInputDirective, MdbInput } from './inputs/index'; export { NavbarModule } from './navbars/index'; export { BsDropdownConfig, BsDropdownContainerComponent, BsDropdownDirective, BsDropdownMenuDirective, DropdownModule, BsDropdownState, BsDropdownToggleDirective, } from './dropdown/index'; export { CarouselComponent, CarouselConfig, CarouselModule } from './carousel/index'; export { ChartsModule, BaseChartDirective } from './charts/index'; export { CollapseComponent, CollapseModule } from './collapse/index'; export { ModalBackdropComponent, ModalBackdropOptions, ModalDirective, ModalModule, ModalOptions, MDBModalService, ModalContainerComponent, MDBModalRef, } from './modals/index'; export { TooltipConfig, TooltipContainerComponent, TooltipDirective, TooltipModule, } from './tooltip/index'; export { PopoverConfig, PopoverContainerComponent, PopoverModule, PopoverDirective, } from './popover/index'; export { IconsModule, MdbIconComponent, FalDirective, FarDirective, FasDirective, FabDirective, FadDirective, } from './icons/index'; export declare class MDBRootModule { } export declare class MDBBootstrapModule { static forRoot(): ModuleWithProviders<MDBRootModule>; }