Skip to content

Commit c9f8f85

Browse files
committed
chore(*): add config modules
1 parent dcca8d2 commit c9f8f85

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

live-editing/configs/ExportExcelConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export class ExportExcelConfigGenerator implements IConfigGenerator {
4444
'/src/app/grid/grid-paste/paste-handler.directive.ts'],
4545
appModuleConfig: new AppModuleConfig({
4646
imports: ['IgxGridModule', 'IgxExcelExporterService', 'GridPasteSampleComponent', 'IgxDropDownComponent',
47-
'IgxDropDownModule', 'IgxButtonModule', 'PasteHandler'],
47+
'IgxDropDownModule', 'IgxButtonModule', 'PasteHandler', 'IgxToggleModule','IgxPreventDocumentScrollModule'],
4848
ngDeclarations: ['GridPasteSampleComponent', 'PasteHandler'],
49-
ngImports: ['IgxGridModule', 'IgxDropDownModule', 'IgxButtonModule'],
49+
ngImports: ['IgxGridModule', 'IgxDropDownModule', 'IgxButtonModule', 'IgxToggleModule', 'IgxPreventDocumentScrollModule'],
5050
ngProviders: ['IgxExcelExporterService']
5151
}),
5252
shortenComponentPathBy: '/grid-paste/'

live-editing/configs/GridConfigGenerator.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,9 @@ export class GridConfigGenerator implements IConfigGenerator {
437437
component: 'GridToolbarSample4Component',
438438
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/athletesData.ts'],
439439
appModuleConfig: new AppModuleConfig({
440-
imports: ['GridToolbarSample4Component', 'IgxAvatarModule', 'IgxGridModule', 'IgxPreventDocumentScrollModule'],
440+
imports: ['GridToolbarSample4Component', 'IgxAvatarModule', 'IgxGridModule', 'IgxPreventDocumentScrollModule', 'IgxIconModule'],
441441
ngDeclarations: ['GridToolbarSample4Component'],
442-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule'],
442+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule', 'IgxIconModule'],
443443
ngProviders: []
444444
})
445445
}));
@@ -892,9 +892,9 @@ export class GridConfigGenerator implements IConfigGenerator {
892892
component: 'CustomGridPagingStyleSampleComponent',
893893
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/athletesData.ts'],
894894
appModuleConfig: new AppModuleConfig({
895-
imports: ['CustomGridPagingStyleSampleComponent', 'IgxGridModule', 'IgxPreventDocumentScrollModule'],
895+
imports: ['CustomGridPagingStyleSampleComponent', 'IgxGridModule', 'IgxPreventDocumentScrollModule', 'IgxIconModule'],
896896
ngDeclarations: ['CustomGridPagingStyleSampleComponent'],
897-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule']
897+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxIconModule']
898898
})
899899
}));
900900

@@ -949,9 +949,9 @@ export class GridConfigGenerator implements IConfigGenerator {
949949
component: 'GridMultiColumnHeaderTemplateComponent',
950950
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/customers.ts'],
951951
appModuleConfig: new AppModuleConfig({
952-
imports: ['GridMultiColumnHeaderTemplateComponent', 'IgxGridModule', 'IgxPreventDocumentScrollModule'],
952+
imports: ['GridMultiColumnHeaderTemplateComponent', 'IgxGridModule', 'IgxPreventDocumentScrollModule', 'IgxIconModule'],
953953
ngDeclarations: ['GridMultiColumnHeaderTemplateComponent'],
954-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule']
954+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxIconModule']
955955
})
956956
}));
957957
configs.push(new Config({

0 commit comments

Comments
 (0)