Skip to content

Commit 643f62b

Browse files
committed
chore(*): fix hgrid selection config
1 parent e669eb5 commit 643f62b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-editing/configs/HierarchicalGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
261261
'/src/app/hierarchical-grid/models.ts'],
262262
appModuleConfig: new AppModuleConfig({
263263
imports: ['IgxHierarchicalGridModule', 'HGridSelectionSampleComponent', 'IgxSwitchModule',
264-
'IgxSnackbarModule', 'IgxButtonGroupModule', 'IgxPreventDocumentScrollModule'],
264+
'IgxSnackbarModule', 'IgxButtonGroupModule', 'IgxPreventDocumentScrollModule', 'IgxIconModule'],
265265
ngDeclarations: ['HGridSelectionSampleComponent'],
266-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxSwitchModule', 'IgxSnackbarModule', 'IgxButtonGroupModule']
266+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxSwitchModule', 'IgxSnackbarModule', 'IgxButtonGroupModule', 'IgxIconModule']
267267
}),
268268
component: 'HGridSelectionSampleComponent'
269269
}));

0 commit comments

Comments
 (0)