Skip to content

Commit 58439ec

Browse files
committed
chore(*): fix toolbar configs
1 parent 7e1a112 commit 58439ec

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

live-editing/configs/GridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ export class GridConfigGenerator implements IConfigGenerator {
413413
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/athletesData.ts'],
414414
appModuleConfig: new AppModuleConfig({
415415
imports: ['GridToolbarSample2Component', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule',
416-
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxPreventDocumentScrollModule'],
416+
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxPreventDocumentScrollModule', 'IgxInputGroupModule'],
417417
ngDeclarations: ['GridToolbarSample2Component'],
418-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule'],
418+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule', 'IgxInputGroupModule'],
419419
ngProviders: ['IgxExcelExporterService', 'IgxCsvExporterService']
420420
})
421421
}));

live-editing/configs/HierarchicalGridConfigGenerator.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
462462
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/singersData.ts',
463463
'/src/app/hierarchical-grid/models.ts'],
464464
appModuleConfig: new AppModuleConfig({
465-
imports: ['IgxHierarchicalGridModule', 'HGridToolbarOptionsSampleComponent', 'IgxPreventDocumentScrollModule', 'IgxSwitchModule'],
465+
imports: ['IgxHierarchicalGridModule', 'HGridToolbarOptionsSampleComponent', 'IgxPreventDocumentScrollModule', 'IgxSwitchModule', 'IgxInputGroupModule'],
466466
ngDeclarations: ['HGridToolbarOptionsSampleComponent'],
467-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxSwitchModule']
467+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxSwitchModule', 'IgxInputGroupModule']
468468
}),
469469
component: 'HGridToolbarOptionsSampleComponent'
470470
}));
@@ -473,9 +473,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
473473
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/singersData.ts',
474474
'/src/app/hierarchical-grid/models.ts'],
475475
appModuleConfig: new AppModuleConfig({
476-
imports: ['IgxHierarchicalGridModule', 'HGridToolbarCustomSampleComponent', 'IgxButtonModule', 'IgxPreventDocumentScrollModule'],
476+
imports: ['IgxHierarchicalGridModule', 'HGridToolbarCustomSampleComponent', 'IgxButtonModule', 'IgxPreventDocumentScrollModule', 'IgxIconModule'],
477477
ngDeclarations: ['HGridToolbarCustomSampleComponent'],
478-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxButtonModule']
478+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxButtonModule', 'IgxIconModule']
479479
}),
480480
component: 'HGridToolbarCustomSampleComponent'
481481
}));

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
424424
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/data/employees-flat-avatars.ts'],
425425
appModuleConfig: new AppModuleConfig({
426426
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridToolbarSample1Component', 'IgxAvatarModule',
427-
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxSwitchModule'],
427+
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxSwitchModule', 'IgxInputGroupModule'],
428428
ngDeclarations: ['TreeGridToolbarSample1Component'],
429-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxAvatarModule', 'IgxSwitchModule'],
429+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxAvatarModule', 'IgxSwitchModule', 'IgxInputGroupModule'],
430430
ngProviders: ['IgxExcelExporterService', 'IgxCsvExporterService']
431431
}),
432432
component: 'TreeGridToolbarSample1Component',

0 commit comments

Comments
 (0)