Skip to content

Commit b1c98b9

Browse files
committed
chore(*): update sample configs
1 parent ccd1916 commit b1c98b9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

live-editing/configs/GridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ export class GridConfigGenerator implements IConfigGenerator {
309309
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/localData.ts'],
310310
appModuleConfig: new AppModuleConfig({
311311
imports: ['IgxGridModule', 'IgxIconModule', 'IgxRippleModule',
312-
'SortingSampleComponent', 'IgxInputGroupModule', 'IgxSelectModule', 'IgxPreventDocumentScrollModule'],
312+
'SortingSampleComponent', 'IgxInputGroupModule', 'IgxSelectModule', 'IgxPreventDocumentScrollModule', 'IgxSimpleComboModule'],
313313
ngDeclarations: ['SortingSampleComponent'],
314-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxRippleModule', 'IgxIconModule', 'IgxInputGroupModule', 'IgxSelectModule'],
314+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxRippleModule', 'IgxIconModule', 'IgxInputGroupModule', 'IgxSelectModule', 'IgxSimpleComboModule'],
315315
ngProviders: []
316316
})
317317
}));

live-editing/configs/HierarchicalGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
102102
appModuleConfig: new AppModuleConfig({
103103
imports: ['IgxHierarchicalGridModule', 'HGridBatchEditingSampleComponent',
104104
'IgxButtonModule', 'IgxCheckboxModule',
105-
'IgxDatePickerModule', 'IgxGridModule', 'IgxDialogModule', 'IgxPreventDocumentScrollModule'],
105+
'IgxDatePickerModule', 'IgxGridModule', 'IgxDialogModule', 'IgxPreventDocumentScrollModule','IgxInputGroupModule'],
106106
ngDeclarations: ['HGridBatchEditingSampleComponent'],
107107
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxButtonModule', 'IgxCheckboxModule',
108-
'IgxDatePickerModule', 'IgxGridModule', 'IgxDialogModule']
108+
'IgxDatePickerModule', 'IgxGridModule', 'IgxDialogModule', 'IgxInputGroupModule']
109109
}),
110110
component: 'HGridBatchEditingSampleComponent'
111111
}));

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
698698
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/data/employees.ts'],
699699
appModuleConfig: new AppModuleConfig({
700700
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridRowDragBaseComponent', 'IgxButtonModule',
701-
'IgxInputGroupModule', 'IgxDragDropModule'],
701+
'IgxInputGroupModule', 'IgxDragDropModule', 'IgxIconModule'],
702702
ngDeclarations: ['TreeGridRowDragBaseComponent'],
703-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxButtonModule', 'IgxInputGroupModule', 'IgxDragDropModule']
703+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxButtonModule', 'IgxInputGroupModule', 'IgxDragDropModule', 'IgxIconModule']
704704
}),
705705
component: 'TreeGridRowDragBaseComponent',
706706
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)