Skip to content

Commit b59f587

Browse files
committed
chore(*): update cell celection configs
1 parent 34429fd commit b59f587

2 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
@@ -987,7 +987,7 @@ export class GridConfigGenerator implements IConfigGenerator {
987987
imports: ['GridCellSelectionComponent', 'IgxGridModule', 'IgxSwitchModule',
988988
'IgxIconModule', 'IgxButtonGroupModule', 'IgxAvatarModule', 'IgxSnackbarModule', 'IgxPreventDocumentScrollModule'],
989989
ngDeclarations: ['GridCellSelectionComponent'],
990-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxSnackbarModule']
990+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxSnackbarModule', 'IgxIconModule', 'IgxButtonGroupModule']
991991
})
992992
}));
993993

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,10 +796,10 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
796796
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/utils.ts', '/src/app/tree-grid/data/employees-flat.ts'],
797797
appModuleConfig: new AppModuleConfig({
798798
imports: ['IgxPreventDocumentScrollModule', 'TreeGridCellSelectionComponent', 'IgxGridModule', 'IgxSwitchModule',
799-
'IgxIconModule', 'IgxButtonGroupModule', 'IgxAvatarModule', 'IgxTreeGridModule'],
799+
'IgxIconModule', 'IgxButtonGroupModule', 'IgxAvatarModule', 'IgxTreeGridModule', 'IgxSnackbarModule'],
800800
ngDeclarations: ['TreeGridCellSelectionComponent'],
801801
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxIconModule', 'IgxSwitchModule',
802-
'IgxButtonGroupModule', 'IgxAvatarModule', 'IgxTreeGridModule']
802+
'IgxButtonGroupModule', 'IgxAvatarModule', 'IgxTreeGridModule', 'IgxSnackbarModule']
803803
})
804804
}));
805805

0 commit comments

Comments
 (0)