forked from valor-software/ngx-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathng2-bootstrap.ts
20 lines (18 loc) · 1.23 KB
/
ng2-bootstrap.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export * from './components/ng2-bootstrap-config';
export { AccordionModule } from './components/accordion/accordion.module';
export { AlertModule } from './components/alert/alert.module';
export { ButtonsModule } from './components/buttons/buttons.module';
export { CarouselModule } from './components/carousel/carousel.module';
export { CollapseModule } from './components/collapse/collapse.module';
export { DatepickerModule } from './components/datepicker/datepicker.module';
export { DropdownModule } from './components/dropdown/dropdown.module';
export { ModalModule } from './components/modal/modal.module';
export { PaginationModule } from './components/pagination/pagination.module';
export { ProgressbarModule } from './components/progressbar/progressbar.module';
export { RatingModule } from './components/rating/rating.module';
export { TabsModule } from './components/tabs/tabs.module';
export { TimepickerModule } from './components/timepicker/timepicker.module';
export { TooltipModule } from './components/tooltip/tooltip.module';
export { TypeaheadModule } from './components/typeahead/typeahead.module';
export { ComponentsHelper } from './components/utils/components-helper.service';
export { Ng2BootstrapModule } from './components/index';