1
- import { NgModule , ModuleWithProviders } from '@angular/core' ;
1
+ import { ModuleWithProviders , NgModule } from '@angular/core' ;
2
2
import { AccordionModule } from 'ng-devui/accordion' ;
3
3
import { AlertModule } from 'ng-devui/alert' ;
4
4
import { 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' ;
5
9
import { ButtonModule } from 'ng-devui/button' ;
6
10
import { CarouselModule } from 'ng-devui/carousel' ;
7
11
import { CheckBoxModule } from 'ng-devui/checkbox' ;
@@ -12,53 +16,51 @@ import { DragDropModule } from 'ng-devui/dragdrop';
12
16
import { DrawerModule } from 'ng-devui/drawer' ;
13
17
import { DropDownModule } from 'ng-devui/dropdown' ;
14
18
import { 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' ;
15
25
import { LoadingModule } from 'ng-devui/loading' ;
16
26
import { ModalModule } from 'ng-devui/modal' ;
17
27
import { MultiAutoCompleteModule } from 'ng-devui/multi-auto-complete' ;
18
28
import { PaginationModule } from 'ng-devui/pagination' ;
19
29
import { PanelModule } from 'ng-devui/panel' ;
20
30
import { PopoverModule } from 'ng-devui/popover' ;
21
31
import { ProgressModule } from 'ng-devui/progress' ;
32
+ import { QuadrantDiagramModule } from 'ng-devui/quadrant-diagram' ;
22
33
import { RadioModule } from 'ng-devui/radio' ;
34
+ import { RateModule } from 'ng-devui/rate' ;
23
35
import { SearchModule } from 'ng-devui/search' ;
24
36
import { SelectModule } from 'ng-devui/select' ;
37
+ import { SliderModule } from 'ng-devui/slider' ;
38
+ import { SplitterModule } from 'ng-devui/splitter' ;
25
39
import { StatusModule } from 'ng-devui/status' ;
40
+ import { StepsGuideModule } from 'ng-devui/steps-guide' ;
26
41
import { StickyModule } from 'ng-devui/sticky' ;
27
42
import { TabsModule } from 'ng-devui/tabs' ;
28
43
import { TagsModule } from 'ng-devui/tags' ;
29
44
import { TagsInputModule } from 'ng-devui/tags-input' ;
45
+ import { TextInputModule } from 'ng-devui/text-input' ;
46
+ import { TextareaModule } from 'ng-devui/textarea' ;
30
47
import { ToastModule } from 'ng-devui/toast' ;
31
48
import { ToggleModule } from 'ng-devui/toggle' ;
32
49
import { TooltipModule } from 'ng-devui/tooltip' ;
50
+ import { TransferModule } from 'ng-devui/transfer' ;
33
51
import { 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' ;
38
52
import { 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' ;
50
54
import { 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
+
54
56
export * from 'ng-devui/accordion' ;
55
57
export * from 'ng-devui/alert' ;
56
58
export * from 'ng-devui/anchor' ;
57
59
export * from 'ng-devui/auto-complete' ;
58
60
export * from 'ng-devui/avatar' ;
59
- export * from 'ng-devui/layout' ;
60
- export * from 'ng-devui/button' ;
61
+ export * from 'ng-devui/badge' ;
61
62
export * from 'ng-devui/breadcrumb' ;
63
+ export * from 'ng-devui/button' ;
62
64
export * from 'ng-devui/carousel' ;
63
65
export * from 'ng-devui/checkbox' ;
64
66
export * from 'ng-devui/common' ;
@@ -68,42 +70,43 @@ export * from 'ng-devui/dragdrop';
68
70
export * from 'ng-devui/drawer' ;
69
71
export * from 'ng-devui/dropdown' ;
70
72
export * from 'ng-devui/editable-select' ;
71
- export * from 'ng-devui/fullscreen' ;
72
73
export * from 'ng-devui/form' ;
74
+ export * from 'ng-devui/fullscreen' ;
75
+ export * from 'ng-devui/gantt' ;
73
76
export * from 'ng-devui/image-preview' ;
77
+ export * from 'ng-devui/input-number' ;
78
+ export * from 'ng-devui/layout' ;
74
79
export * from 'ng-devui/loading' ;
75
80
export * from 'ng-devui/modal' ;
76
81
export * from 'ng-devui/multi-auto-complete' ;
77
82
export * from 'ng-devui/pagination' ;
78
83
export * from 'ng-devui/panel' ;
79
84
export * from 'ng-devui/popover' ;
80
85
export * from 'ng-devui/progress' ;
86
+ export * from 'ng-devui/quadrant-diagram' ;
81
87
export * from 'ng-devui/radio' ;
82
88
export * from 'ng-devui/rate' ;
83
89
export * from 'ng-devui/search' ;
84
90
export * from 'ng-devui/select' ;
91
+ export * from 'ng-devui/slider' ;
92
+ export * from 'ng-devui/splitter' ;
85
93
export * from 'ng-devui/status' ;
94
+ export * from 'ng-devui/steps-guide' ;
86
95
export * from 'ng-devui/sticky' ;
87
96
export * from 'ng-devui/tabs' ;
88
97
export * from 'ng-devui/tags' ;
89
98
export * from 'ng-devui/tags-input' ;
99
+ export * from 'ng-devui/text-input' ;
100
+ export * from 'ng-devui/textarea' ;
90
101
export * from 'ng-devui/theme' ;
91
102
export * from 'ng-devui/toast' ;
92
103
export * from 'ng-devui/toggle' ;
93
104
export * from 'ng-devui/tooltip' ;
105
+ export * from 'ng-devui/transfer' ;
94
106
export * 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' ;
99
107
export * 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' ;
103
109
export * 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' ;
107
110
export * from './version' ;
108
111
109
112
@NgModule ( {
@@ -115,6 +118,7 @@ export * from './version';
115
118
AutoCompleteModule ,
116
119
AvatarModule ,
117
120
DCommonModule ,
121
+ BadgeModule ,
118
122
ButtonModule ,
119
123
BreadcrumbModule ,
120
124
CarouselModule ,
0 commit comments