Skip to content

Commit ef2c8c6

Browse files
Merge pull request #3442 from IgniteUI/thristodorova/fix-3436-vnext
Refactor TreeGrid row adding demo imports
2 parents 3eb5156 + cdb5d67 commit ef2c8c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,11 +1072,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
10721072
configs.push(new Config({
10731073
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/data/employees-flat.ts', '/src/app/tree-grid/tree-grid-add-row-sample/employee.ts'],
10741074
appModuleConfig: new AppModuleConfig({
1075-
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridAddRowSampleComponent', 'IgxButtonModule', 'IgxDialogModule',
1076-
'IgxInputGroupModule', 'IgxCheckboxModule', 'IgxDatePickerModule', 'IgxActionStripModule'],
1075+
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridAddRowSampleComponent', 'IgxIconModule', 'IgxActionStripModule'],
10771076
ngDeclarations: ['TreeGridAddRowSampleComponent'],
1078-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxButtonModule', 'IgxDialogModule',
1079-
'IgxInputGroupModule', 'IgxCheckboxModule', 'IgxDatePickerModule', 'IgxActionStripModule']
1077+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxIconModule', 'IgxActionStripModule']
10801078
}),
10811079
component: 'TreeGridAddRowSampleComponent',
10821080
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)