File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ import { DragDropModule } from '@angular/cdk/drag-drop';
14
14
import { ScrollingModule } from '@angular/cdk/scrolling' ;
15
15
import { CdkTableModule } from '@angular/cdk/table' ;
16
16
import { CdkTreeModule } from '@angular/cdk/tree' ;
17
+
18
+ import { ApbValidationSummaryComponent } from './components/validation/abp-validation.summary.component' ;
19
+
17
20
import {
18
21
MatAutocompleteModule ,
19
22
MatBadgeModule ,
@@ -98,13 +101,15 @@ import { EqualValidator } from './directives/equal-validator.directive';
98
101
] ,
99
102
declarations : [
100
103
AbpPaginationControlsComponent ,
104
+ ApbValidationSummaryComponent ,
101
105
LocalizePipe ,
102
106
BlockDirective ,
103
107
BusyDirective ,
104
108
EqualValidator
105
109
] ,
106
110
exports : [
107
111
AbpPaginationControlsComponent ,
112
+ ApbValidationSummaryComponent ,
108
113
LocalizePipe ,
109
114
BlockDirective ,
110
115
BusyDirective ,
You can’t perform that action at this time.
0 commit comments