Skip to content

Commit 8c30752

Browse files
fix summary export samples config generators (#3166)
Co-authored-by: Stamen Stoychev <sstoychev@infragistics.com>
1 parent 151fb64 commit 8c30752

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

live-editing/configs/GridConfigGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ export class GridConfigGenerator implements IConfigGenerator {
14161416
appModuleConfig: new AppModuleConfig({
14171417
imports: ['IgxGridModule', 'GridSummaryExportComponent', 'IgxPreventDocumentScrollModule', 'IgxExcelExporterService'],
14181418
ngDeclarations: ['GridSummaryExportComponent'],
1419-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxExcelExporterService'],
1419+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule'],
14201420
ngProviders: ['IgxExcelExporterService']
14211421
})
14221422
}));

live-editing/configs/HierarchicalGridConfigGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
10051005
appModuleConfig: new AppModuleConfig({
10061006
imports: ['IgxHierarchicalGridModule', 'HGridSummaryExportComponent', 'IgxPreventDocumentScrollModule', 'IgxExcelExporterService'],
10071007
ngDeclarations: ['HGridSummaryExportComponent'],
1008-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxExcelExporterService'],
1008+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule'],
10091009
ngProviders: ['IgxExcelExporterService']
10101010
}),
10111011
component: 'HGridSummaryExportComponent'

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
12061206
appModuleConfig: new AppModuleConfig({
12071207
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridSummaryExportComponent', 'IgxIconModule', 'IgxExcelExporterService'],
12081208
ngDeclarations: ['TreeGridSummaryExportComponent'],
1209-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxIconModule', 'IgxExcelExporterService'],
1209+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxIconModule'],
12101210
ngProviders: ['IgxExcelExporterService']
12111211
}),
12121212
component: 'TreeGridSummaryExportComponent',

0 commit comments

Comments
 (0)