1- import { NgModule , ModuleWithProviders } from '@angular/core' ;
1+ import { ModuleWithProviders , NgModule } from '@angular/core' ;
22import { AccordionModule } from 'ng-devui/accordion' ;
33import { AlertModule } from 'ng-devui/alert' ;
44import { AnchorModule } from 'ng-devui/anchor' ;
5+ import { AutoCompleteModule } from 'ng-devui/auto-complete' ;
6+ import { AvatarModule } from 'ng-devui/avatar' ;
7+ import { BadgeModule } from 'ng-devui/badge' ;
8+ import { BreadcrumbModule } from 'ng-devui/breadcrumb' ;
59import { ButtonModule } from 'ng-devui/button' ;
610import { CarouselModule } from 'ng-devui/carousel' ;
711import { CheckBoxModule } from 'ng-devui/checkbox' ;
@@ -12,53 +16,51 @@ import { DragDropModule } from 'ng-devui/dragdrop';
1216import { DrawerModule } from 'ng-devui/drawer' ;
1317import { DropDownModule } from 'ng-devui/dropdown' ;
1418import { EditableSelectModule } from 'ng-devui/editable-select' ;
19+ import { FormModule } from 'ng-devui/form' ;
20+ import { FullscreenModule } from 'ng-devui/fullscreen' ;
21+ import { GanttModule } from 'ng-devui/gantt' ;
22+ import { ImagePreviewModule } from 'ng-devui/image-preview' ;
23+ import { InputNumberModule } from 'ng-devui/input-number' ;
24+ import { LayoutModule } from 'ng-devui/layout' ;
1525import { LoadingModule } from 'ng-devui/loading' ;
1626import { ModalModule } from 'ng-devui/modal' ;
1727import { MultiAutoCompleteModule } from 'ng-devui/multi-auto-complete' ;
1828import { PaginationModule } from 'ng-devui/pagination' ;
1929import { PanelModule } from 'ng-devui/panel' ;
2030import { PopoverModule } from 'ng-devui/popover' ;
2131import { ProgressModule } from 'ng-devui/progress' ;
32+ import { QuadrantDiagramModule } from 'ng-devui/quadrant-diagram' ;
2233import { RadioModule } from 'ng-devui/radio' ;
34+ import { RateModule } from 'ng-devui/rate' ;
2335import { SearchModule } from 'ng-devui/search' ;
2436import { SelectModule } from 'ng-devui/select' ;
37+ import { SliderModule } from 'ng-devui/slider' ;
38+ import { SplitterModule } from 'ng-devui/splitter' ;
2539import { StatusModule } from 'ng-devui/status' ;
40+ import { StepsGuideModule } from 'ng-devui/steps-guide' ;
2641import { StickyModule } from 'ng-devui/sticky' ;
2742import { TabsModule } from 'ng-devui/tabs' ;
2843import { TagsModule } from 'ng-devui/tags' ;
2944import { TagsInputModule } from 'ng-devui/tags-input' ;
45+ import { TextInputModule } from 'ng-devui/text-input' ;
46+ import { TextareaModule } from 'ng-devui/textarea' ;
3047import { ToastModule } from 'ng-devui/toast' ;
3148import { ToggleModule } from 'ng-devui/toggle' ;
3249import { TooltipModule } from 'ng-devui/tooltip' ;
50+ import { TransferModule } from 'ng-devui/transfer' ;
3351import { TreeModule } from 'ng-devui/tree' ;
34- import { UploadModule } from 'ng-devui/upload' ;
35- import { AutoCompleteModule } from 'ng-devui/auto-complete' ;
36- import { InputNumberModule } from 'ng-devui/input-number' ;
37- import { SliderModule } from 'ng-devui/slider' ;
3852import { TreeSelectModule } from 'ng-devui/tree-select' ;
39- import { TransferModule } from 'ng-devui/transfer' ;
40- import { SplitterModule } from 'ng-devui/splitter' ;
41- import { BreadcrumbModule } from 'ng-devui/breadcrumb' ;
42- import { RateModule } from 'ng-devui/rate' ;
43- import { FormModule } from 'ng-devui/form' ;
44- import { TextInputModule } from 'ng-devui/text-input' ;
45- import { TextareaModule } from 'ng-devui/textarea' ;
46- import { FullscreenModule } from 'ng-devui/fullscreen' ;
47- import { ImagePreviewModule } from 'ng-devui/image-preview' ;
48- import { AvatarModule } from 'ng-devui/avatar' ;
49- import { LayoutModule } from 'ng-devui/layout' ;
53+ import { UploadModule } from 'ng-devui/upload' ;
5054import { WindowRefModule } from 'ng-devui/window-ref' ;
51- import { StepsGuideModule } from 'ng-devui/steps-guide' ;
52- import { QuadrantDiagramModule } from 'ng-devui/quadrant-diagram' ;
53- import { GanttModule } from 'ng-devui/gantt' ;
55+
5456export * from 'ng-devui/accordion' ;
5557export * from 'ng-devui/alert' ;
5658export * from 'ng-devui/anchor' ;
5759export * from 'ng-devui/auto-complete' ;
5860export * from 'ng-devui/avatar' ;
59- export * from 'ng-devui/layout' ;
60- export * from 'ng-devui/button' ;
61+ export * from 'ng-devui/badge' ;
6162export * from 'ng-devui/breadcrumb' ;
63+ export * from 'ng-devui/button' ;
6264export * from 'ng-devui/carousel' ;
6365export * from 'ng-devui/checkbox' ;
6466export * from 'ng-devui/common' ;
@@ -68,42 +70,43 @@ export * from 'ng-devui/dragdrop';
6870export * from 'ng-devui/drawer' ;
6971export * from 'ng-devui/dropdown' ;
7072export * from 'ng-devui/editable-select' ;
71- export * from 'ng-devui/fullscreen' ;
7273export * from 'ng-devui/form' ;
74+ export * from 'ng-devui/fullscreen' ;
75+ export * from 'ng-devui/gantt' ;
7376export * from 'ng-devui/image-preview' ;
77+ export * from 'ng-devui/input-number' ;
78+ export * from 'ng-devui/layout' ;
7479export * from 'ng-devui/loading' ;
7580export * from 'ng-devui/modal' ;
7681export * from 'ng-devui/multi-auto-complete' ;
7782export * from 'ng-devui/pagination' ;
7883export * from 'ng-devui/panel' ;
7984export * from 'ng-devui/popover' ;
8085export * from 'ng-devui/progress' ;
86+ export * from 'ng-devui/quadrant-diagram' ;
8187export * from 'ng-devui/radio' ;
8288export * from 'ng-devui/rate' ;
8389export * from 'ng-devui/search' ;
8490export * from 'ng-devui/select' ;
91+ export * from 'ng-devui/slider' ;
92+ export * from 'ng-devui/splitter' ;
8593export * from 'ng-devui/status' ;
94+ export * from 'ng-devui/steps-guide' ;
8695export * from 'ng-devui/sticky' ;
8796export * from 'ng-devui/tabs' ;
8897export * from 'ng-devui/tags' ;
8998export * from 'ng-devui/tags-input' ;
99+ export * from 'ng-devui/text-input' ;
100+ export * from 'ng-devui/textarea' ;
90101export * from 'ng-devui/theme' ;
91102export * from 'ng-devui/toast' ;
92103export * from 'ng-devui/toggle' ;
93104export * from 'ng-devui/tooltip' ;
105+ export * from 'ng-devui/transfer' ;
94106export * from 'ng-devui/tree' ;
95- export * from 'ng-devui/upload' ;
96- export * from 'ng-devui/input-number' ;
97- export * from 'ng-devui/slider' ;
98- export * from 'ng-devui/splitter' ;
99107export * from 'ng-devui/tree-select' ;
100- export * from 'ng-devui/transfer' ;
101- export * from 'ng-devui/text-input' ;
102- export * from 'ng-devui/textarea' ;
108+ export * from 'ng-devui/upload' ;
103109export * from 'ng-devui/window-ref' ;
104- export * from 'ng-devui/steps-guide' ;
105- export * from 'ng-devui/quadrant-diagram' ;
106- export * from 'ng-devui/gantt' ;
107110export * from './version' ;
108111
109112@NgModule ( {
@@ -115,6 +118,7 @@ export * from './version';
115118 AutoCompleteModule ,
116119 AvatarModule ,
117120 DCommonModule ,
121+ BadgeModule ,
118122 ButtonModule ,
119123 BreadcrumbModule ,
120124 CarouselModule ,
0 commit comments